Adding possibility to generate tempest.conf, not running tempest

Rally has not had a command so far that would allow us to generate
Tempest config file without starting Tempest tests. This patch adds the
separate "genconfig" command that allows us to do it. Now to generate
Tempest config file without starting the tests we can execute
the following command:

    $ rally verify genconfig

Change-Id: I941769bf47ff2a6fc5ecdaea531cc3fa75a5b342
This commit is contained in:
Yaroslav Lobankov
2015-09-18 15:41:41 +03:00
parent a39ade84a6
commit 924d548316

View File

@@ -52,6 +52,7 @@ _rally()
OPTS["task_validate"]="--deployment --task --task-args --task-args-file"
OPTS["verify_compare"]="--uuid-1 --uuid-2 --csv --html --json --output-file --threshold"
OPTS["verify_detailed"]="--uuid --sort-by"
OPTS["verify_genconfig"]="--deployment --tempest-config --override"
OPTS["verify_list"]=""
OPTS["verify_results"]="--uuid --html --json --output-file"
OPTS["verify_show"]="--uuid --sort-by --detailed"