This function performs an ldapsearch using the SDK java API Directory server hostname or IP address Directory server port number Bind DN Bind password The scope of the search operation The baseDN for the search operation The filter for the search operation Only return these attributes Output file containing the command output Path containing the outputFile 'Result = %s' % entry.getAllAttributes().toString() SDKResult This function runs ldap authrate tool from OpenDJ SDK Location of target host Pathname to installation of sdk binaries Pathname to installation root Directory server hostname or IP address Directory server port number Bind DN Bind password Optional extra parameters for specific test cases Expected return code value. Default value is 0 Wildcard 'noCheck' to not check the RC Display (or not) output. Known issue. Corresponds to an issue number. Output file containing the command output Path containing the outputFile { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : location, 'name' : 'authrate', 'outputFile': '%s/%s' % (outputPath, outputFile), 'expectedRC': expectedRC, 'knownIssue': knownIssue } { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : mylocation, 'name' : 'authrate', 'expectedRC' : expectedRC, 'knownIssue' : knownIssue } STAXResult This function runs ldap searchrate tool from OpenDJ SDK Location of target host Pathname to installation of sdk binaries Pathname to installation root Directory server hostname or IP address Directory server port number Bind DN Bind password Optional extra parameters for specific test cases Expected return code value. Default value is 0 Wildcard 'noCheck' to not check the RC Display (or not) output. Known issue. Corresponds to an issue number. The baseDN for the search operation Output file containing the command output Path containing the outputFile { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : location, 'name' : 'searchrate', 'outputFile': '%s/%s' % (outputPath, outputFile), 'expectedRC': expectedRC, 'knownIssue': knownIssue } { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : mylocation, 'name' : 'searchrate', 'expectedRC' : expectedRC, 'knownIssue' : knownIssue } STAXResult This function runs ldap modrate tool from OpenDJ SDK Location of target host Pathname to installation of sdk binaries Pathname to installation root Directory server hostname or IP address Directory server port number Bind DN Bind password Optional extra parameters for specific test cases Expected return code value. Default value is 0 Wildcard 'noCheck' to not check the RC Display (or not) output. Known issue. Corresponds to an issue number. The baseDN for the operation The attribute to be modified The attribute value to be modified Output file containing the command output Path containing the outputFile { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : location, 'name' : 'modrate', 'outputFile': '%s/%s' % (outputPath, outputFile), 'expectedRC': expectedRC, 'knownIssue': knownIssue } { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : mylocation, 'name' : 'modrate', 'expectedRC' : expectedRC, 'knownIssue' : knownIssue } STAXResult This function runs ldap searchrate tool from OpenDJ SDK Location of target host Pathname to installation of sdk binaries Pathname to installation root Directory server hostname or IP address Directory server port number Bind DN Bind password Optional extra parameters for specific test cases Expected return code value. Default value is 0 Wildcard 'noCheck' to not check the RC Display (or not) output. Known issue. Corresponds to an issue number. The template file Output file containing the command output Path containing the outputFile { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : location, 'name' : 'addrate', 'outputFile': '%s/%s' % (outputPath, outputFile), 'expectedRC': expectedRC, 'knownIssue': knownIssue } { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : mylocation, 'name' : 'addrate', 'expectedRC' : expectedRC, 'knownIssue' : knownIssue } STAXResult This function runs ldap delrate tool from OpenDJ SDK Location of target host Pathname to installation of sdk binaries Pathname to installation root Directory server hostname or IP address Directory server port number Bind DN Bind password Optional extra parameters for specific test cases Expected return code value. Default value is 0 Wildcard 'noCheck' to not check the RC Display (or not) output. Known issue. Corresponds to an issue number. The baseDN for the search operation Output file containing the command output Path containing the outputFile { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : location, 'name' : 'delrate', 'outputFile': '%s/%s' % (outputPath, outputFile), 'expectedRC': expectedRC, 'knownIssue': knownIssue } { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : mylocation, 'name' : 'delrate', 'expectedRC' : expectedRC, 'knownIssue' : knownIssue } STAXResult This function runs ldif-diff tool from OpenDJ SDK Location of target host Pathname to installation of sdk binaries Pathname to installation root LDIF file to use as the source data LDIF file to use as the target data File to which the diffs should be written Expected return code value. Default value is 0 Wildcard 'noCheck' to not check the RC Known issue. Corresponds to an issue number. { 'command' : STAFCmd, 'arguments' : STAFCmdParams, 'location' : mylocation, 'name' : 'ldifdiff', 'expectedRC' : expectedRC, 'knownIssue' : knownIssue } STAXResult