ec2-api/rally-scenarios/plugins
Andrey Pavlov fced81a4f8 try to skip first run in rally results
Change-Id: I25d0d79a812263e72c90ad6d77a59295084c21c1
2015-04-15 14:29:41 +03:00
..
README.rst adding rally scenario 2015-02-26 12:28:17 +03:00
context_plugin_ec2_creds.py upgrade rally scenarios 2015-04-10 18:03:07 +03:00
context_plugin_ec2_servers.py upgrade rally scenarios 2015-04-10 18:03:07 +03:00
context_plugin_images.py Add images describing to rally scenarios 2015-03-02 13:20:24 +03:00
ec2api_plugin.py try to skip first run in rally results 2015-04-15 14:29:41 +03: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.