ec2-api/rally-scenarios/plugins
Doug Hellmann 96756ff916 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Id2964291cd5e56af09f84d1aeab8138c10f9758f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-11-12 11:02:34 +03:00
..
README.rst adding rally scenario 2015-02-26 12:28:17 +03:00
context_plugin_ec2_creds.py Port rally plugins to use proper modules 2018-06-13 14:02:05 +03:00
context_plugin_ec2_objects.py fix tox python3 overrides 2018-11-12 11:02:34 +03:00
context_plugin_images.py Port rally plugins to use proper modules 2018-06-13 14:02:05 +03:00
ec2api_plugin.py Port rally plugins to use proper modules 2018-06-13 14:02:05 +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.