rally/rally-jobs/plugins
Andrey Kurilin 8af32076d0 refactor atomics actions
We decided to still use atomic_actions field.
First step, save new atomic actions format in database,
and convert the new format to old format where the atomic
actions needs to be used.
Blueprint: improve-atomic-actions

Co-Authored-By: chenhb-zte <chen.haibing1@zte.com.cn>

Change-Id: I8aecd5bad319aa61d5f8a20a2c2fe9bacdc0e81a
2017-03-24 00:07:36 +00:00
..
test_relative_import Add Apache 2.0 license to source file 2016-09-29 13:51:29 +07:00
__init__.py Fix rally plugins relative imports 2015-04-22 11:59:40 +03:00
fake_plugin.py Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
rally_profile.py refactor atomics actions 2017-03-24 00:07:36 +00:00
README.rst Rename rally-scenarios to rally-jobs & add readme 2014-11-24 16:13:47 +04:00

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.