rally/tests/unit/verification
Yaroslav Lobankov 2d9ceb5a34 [Verify] Adding 'add-options' arg to rally verify genconfig cmd
Tempest supports a mechanism that allows us to plug in various tests as
a Tempest plugin. Each plugin needs to be configured in the proper way.
Rally cannot configure all plugins on the planet. We should add some
option that will allow us to add extra configuration for plugins to
Tempest config file.

For example, if we want to run Ceilometer tests, the workflow will be
as follows:

$ rally verify install
$ rally verify installplugin --source https://github.com/openstack/ceilometer.git
$ rally verify genconfig --add-options /path/to/config/file/for/ceilometer/tests
$ rally verify start --regex ceilometer

where config file for Ceilometer tests is something like this:

...
[service_available]

ceilometer = True
event_enabled = True
...

Change-Id: Ida02a36e2757a742ca91919cc756846f137a23d3
2016-08-19 10:32:38 +00:00
..
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
fakes.py Implement subunit_parser 2015-11-12 02:18:29 +02:00
test_compare2html.py [Verify] Moving compare.mako to rally/ui/templates/verification 2015-10-29 03:33:01 +09:00
test_config.py [Verify] Adding 'add-options' arg to rally verify genconfig cmd 2016-08-19 10:32:38 +00:00
test_diff.py [Fix] Fix issues in verification.tempest.diff 2015-06-02 18:26:37 +03:00
test_exporter.py Add base class for task exporter 2016-02-09 19:05:44 +02:00
test_json2html.py Using 'dt' as alias for datetime imports 2016-02-22 20:04:34 +08:00
test_tempest.py [Verify] Fixing issue with system-wide Tempest installation 2016-08-10 13:50:35 +03:00