'Setup Uninstall: Version option' '%s %s' % (setupCmd, setupParams) { 'location' : STAXServiceMachine, 'name' : 'Launch setup command to get DS version', 'command' : setupCmd, 'arguments' : setupParams, 'path' : ODS_UNZIPPED, 'expectedRC': 0, 'outputPath': OUT_GROUP, 'outputFile': 'go-setup-version.txt', } { 'location' : STAXServiceMachine, 'filename' : grepFile, 'testString': 'OpenDS Directory Server', 'expectedRC': 0, } '%s %s' % (uninstallCmd, uninstallParams) { 'location' : STAXServiceMachine, 'name' : 'Launch uninstall command to get DS version', 'command' : uninstallCmd, 'arguments' : uninstallParams, 'path' : ODS_UNZIPPED, 'expectedRC': 0, 'outputPath': OUT_GROUP, 'outputFile': 'go-uninstall-version.txt', } { 'location' : STAXServiceMachine, 'filename' : grepFile, 'testString': 'OpenDS Directory Server', 'expectedRC': 0, } 'Setup Uninstall: Help option' '%s %s' % (setupCmd, setupParams) { 'location' : STAXServiceMachine, 'name' : 'Launch setup command to get its help', 'command' : setupCmd, 'arguments' : setupParams, 'path' : ODS_UNZIPPED, 'expectedRC': 0, 'outputPath': OUT_GROUP, 'outputFile': 'go-setup-help.txt', } { 'location' : STAXServiceMachine, 'filename' : grepFile, 'testString': 'Usage', 'expectedRC': 0, } '%s %s' % (uninstallCmd, uninstallParams) { 'location' : STAXServiceMachine, 'name' : 'Launch uninstall command to get its help', 'command' : uninstallCmd, 'arguments' : uninstallParams, 'path' : ODS_UNZIPPED, 'expectedRC': 0, 'outputPath': OUT_GROUP, 'outputFile': 'go-uninstall-help.txt', } { 'location' : STAXServiceMachine, 'filename' : grepFile, 'testString': 'Usage', 'expectedRC': 0, }