dragonflow/rally-jobs/plugins
Gal Sagie e430419df8 Add Rally benchmarking hooks to Dragonflow
Once a rally job is configured in project-config, the
dragonflow.yaml file and scenarios will run in the gate
with Dragonflow as a plugin.
It is easy to extend and add new rally plugins and scenarios
in this repository to be used.

Change-Id: I3257acec07d0b62186fdcc27375f8237d1f0d2cc
2015-12-09 12:02:46 +02:00
..
README.rst Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02:00
__init__.py Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02: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.