rally-openstack/tests/functional
Andrew McDermott 6b027669db Add a --uuids-only option to rally task list
This option prints the list of UUIDs only.

The motivation for this option is scripting, for example:

   for x in $(rally task list --status passed --uuids-only); \
   do \
       rally task report --tasks $x --out $x.html; \
   done

Change-Id: Ia967071bc3e4454116adbc59a790ab684efff15c
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
2015-03-31 15:56:21 +00:00
..
__init__.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_cli_deployment.py Add aliases "rally task|deployment|verify use" 2015-02-02 12:20:47 +02:00
test_cli_task.py Add a --uuids-only option to rally task list 2015-03-31 15:56:21 +00:00
test_cli_verify.py Configure gate-rally-dsvm-verify 2014-12-12 01:28:01 +02:00
utils.py Add Python 3.4 as supported interpreters 2015-03-10 14:43:01 +02:00