ec2-api/rally-scenarios/plugins
Andrey Pavlov 62786f9072 rally: rework plugin
add argument to call of scenario.configure
use classes for scenarions instead of methods
change client for describe images

Change-Id: I4e53027dcd0cb35b886f97dfe47293be8a322bde
2017-10-20 12:03:52 +03:00
..
README.rst adding rally scenario 2015-02-26 12:28:17 +03:00
context_plugin_ec2_creds.py rally: rework plugin 2017-10-20 12:03:52 +03:00
context_plugin_ec2_objects.py rally: rework plugin 2017-10-20 12:03:52 +03:00
context_plugin_images.py rally: rework plugin 2017-10-20 12:03:52 +03:00
ec2api_plugin.py rally: rework plugin 2017-10-20 12:03:52 +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.