]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Organize arguments into logical sections
authorZack Cerza <zack@cerza.org>
Fri, 13 Jun 2014 19:37:25 +0000 (14:37 -0500)
committerZack Cerza <zack@cerza.org>
Wed, 25 Jun 2014 18:54:22 +0000 (12:54 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
scripts/suite.py

index 75da13b87f145c114feaa0e380307df0f19e66c4..58baf03c2d203ace5babbcc759b5739d5087ad41 100644 (file)
@@ -14,33 +14,35 @@ taking one config snippet from each facet. Any config files passed on the
 command line will be used for every combination, and will override anything in
 the suite.
 
-positional arguments:
-  <config_yaml>               Optional extra job yaml to include
-
-optional arguments:
+Miscellaneous arguments:
   -h, --help                  Show this help message and exit
   -v, --verbose               Be more verbose
   --dry-run                   Do a dry run; do not schedule anything
+
+Standard arguments:
+  <config_yaml>               Optional extra job yaml to include
   -n, --name <name>           Name for this suite
   --base <base>               Base directory for the suite
                               e.g. ~/src/ceph-qa-suite/suites
   -s <suite>, --suite <suite>
-                              The suite to run
+                              The suite to schedule
+  -m <type>, --machine-type <type>
+                              Machine type [default: plana]
+
+Scheduler arguments:
   --owner <owner>             Job owner
-  -e <email>, --email <email> When tests finish or time out, send an email here
-  --timeout <timeout>         How long, in seconds, to wait for jobs to finish
-                              before sending email. This does not kill jobs.
-                              [default: 21600]
-  -p <priority>, --priority <priority>
-                              Job priority (lower is sooner)
-                              [default: 1000]
+  -e <email>, --email <email>
+                              When tests finish or time out, send an email here
   -N <num>, --num <num>       Number of times to run/queue the job
                               [default: 1]
   -l <jobs>, --limit <jobs>   Queue at most this many jobs
                               [default: 0]
-  -m <type>, --machine-type <type>
-                              Machine type
-                              [default: plana]
+  -p <priority>, --priority <priority>
+                              Job priority (lower is sooner)
+                              [default: 1000]
+  --timeout <timeout>         How long, in seconds, to wait for jobs to finish
+                              before sending email. This does not kill jobs.
+                              [default: 21600]
 
 """