kuryr/rally-jobs/plugins
Baohua Yang 0d4a5aa586 Add rally case for create and delete network
Add the create and delete network case, and the task file.
You can run the case by running:
rally --plugin-paths rally-jobs/plugins/ task start
rally-jobs/tasks/scenarios/create_and_delete_networks.json

implements blueprint: fullstack-testing

Change-Id: I48d3f2dbc75b8d7ec407dd18826b58f480ebaa02
2016-03-07 13:57:44 +08:00
..
scenarios Add rally case for create and delete network 2016-03-07 13:57:44 +08:00
README.rst Add rally integration point 2015-12-10 07:33:55 +00:00
__init__.py Add rally integration point 2015-12-10 07:33:55 +00:00

README.rst

Rally plugins

All *.py modules from this directory will be auto-loaded by Rally and all plugins will be discoverable. There is no need of any extra configuration and there is no difference between writing them here and in rally code base.

Note that it is better to push all interesting and useful benchmarks to Rally code base, this simplifies administration for Operators.