neutron/rally-jobs/plugins
Ihar Hrachyshka 8f49038829 rally: switch to new format for context name
Since I9d3bafa075631a3f48cbd3627a4cc1a5a859cce2 in rally, platform
should be part of context name (context@platform).

Otherwise, a warning message (or even breakage because of
I10ac687f9f420dcf0d907b51d5d9303f68d35719) may be triggered.

Change-Id: I6f84282d22d13d36dcba221ab9d94c3fda95f130
2017-09-22 07:27:24 -07:00
..
README.rst Update rally-jobs files 2014-11-24 23:21:11 +04:00
__init__.py Update rally-jobs files 2014-11-24 23:21:11 +04:00
trunk_scenario.py rally: switch to new format for context name 2017-09-22 07:27:24 -07: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.