common/tools/ats/ats_specialise_test_drop.pl
changeset 639 9b547c4a9812
parent 550 4128d08e7c08
child 730 9837304abcc6
equal deleted inserted replaced
638:84fc7d5ec18f 639:9b547c4a9812
   173             "  ats_specialise_test_drop.pl [--test-drop-name=TESTNAME] [--build-id=BUILDID] [--host-name=HOSTNAME] [--dest=FILE] --src=FILE \n" .
   173             "  ats_specialise_test_drop.pl [--test-drop-name=TESTNAME] [--build-id=BUILDID] [--host-name=HOSTNAME] [--dest=FILE] --src=FILE \n" .
   174             "options:\n" .
   174             "options:\n" .
   175             "  --help                        Display this help and exit\n" .
   175             "  --help                        Display this help and exit\n" .
   176             "  --test-drop-name=TESTNAME     TESTNAME is the desired name of the test drop. If not specified then the test drop name is not modified.\n" .
   176             "  --test-drop-name=TESTNAME     TESTNAME is the desired name of the test drop. If not specified then the test drop name is not modified.\n" .
   177             "  --build-id=BUILDID            BUILDID is id of the build being tested. If not specified then the build id is not modified.\n" .            
   177             "  --build-id=BUILDID            BUILDID is id of the build being tested. If not specified then the build id is not modified.\n" .            
   178             "  --device-name=HOSTNAME        HOSTNAME  is the name of the ATS worker on which the test should be run. " .
   178             "  --host-name=HOSTNAME        HOSTNAME  is the name of the ATS worker on which the test should be run. " .
   179             "If not specified then the test device name is not modified.\n" .
   179             "If not specified then the test device name is not modified.\n" .
   180             "  --src=INFILE                  INFILE is the file containing the test drop XML to be modified, or else a zip file " .
   180             "  --src=INFILE                  INFILE is the file containing the test drop XML to be modified, or else a zip file " .
   181             "                                containing the test drop XML in the file 'test.xml'. INFILE must have extension .xml or.zip\n" .
   181             "                                containing the test drop XML in the file 'test.xml'. INFILE must have extension .xml or.zip\n" .
   182             "  --dest=OUTFILE                The modified output will be written to the file OUTFILE.EXT " .
   182             "  --dest=OUTFILE                The modified output will be written to the file OUTFILE.EXT " .
   183             "where EXT is same extention, .xml or .zip, found on INFILE. " .
   183             "where EXT is same extention, .xml or .zip, found on INFILE. " .