rally/rally-jobs/plugins
Boris Pavlovic 28da80dcac Reduce amount of time in gates
1) Remove boot_and_bounce soft_restart action. It takes about
   2 mintues to run soft delete. And this functionallity is already
   tested in gate-rally-dsvm-neutron. So remove it.

2) Reduce 10 times duration of test plugin ~10 sec -> ~1 second

3) Reduce amount of run of some benchmarks

4) Make concurency == times

Change-Id: Ic460b46f625c5cbeb1241c3e8d052506a32470a6
2014-11-28 07:27:56 +04:00
..
fake_plugin.py Reduce amount of time in gates 2014-11-28 07:27:56 +04: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.