kuryr-libnetwork/rally-jobs/plugins/README.rst
Gal Sagie f90577d15d Add rally integration point
This folder is used to define the rally tests scenarios
run for Kuryr gate job.
This also allow to create Kuryr specific rally plugins
and use them in scenarios in the gate job.

implements blueprint: rally-kuryr-testing

Change-Id: I73078fffbf5707740a58be70902d5cb5a95fc074
2015-12-10 07:33:55 +00:00

390 B

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.