heat/rally-scenarios
Sergey Kraynev 4d8b9c966f Rally tests plugins for Heat
This patch demonstrate way how to use rally plugins in Heat repository.
Current patch contains 4 new scenario:
 - output-show for old algorithm
 - output-show for new algorithm
 - output-list for old algorithm
 - output-list for new algorithm

All new plugins use simple template with ResourceGroup resource,
which contains simple OS::Heat::TestResource with custom value of
timeout_attr property.

Change-Id: Ia960ab5bd59ca0f6fc0fa3aff069c34c67a89354
2016-03-02 12:20:37 -05:00
..
extra Rally tests plugins for Heat 2016-03-02 12:20:37 -05:00
plugins Rally tests plugins for Heat 2016-03-02 12:20:37 -05:00
README.rst Add config file for performance gate job 2014-08-08 02:22:59 +04:00
heat-fakevirt.yaml Rally tests plugins for Heat 2016-03-02 12:20:37 -05:00

README.rst

This directory contains rally benchmark scenarios to be run by OpenStack CI.

Structure: * heat.yaml is rally task that will be run in gates * plugins - directory where you can add rally plugins. So you don't need to merge benchmark in scenarios in rally to be able to run them in heat. * extra - all files from this directory will be copied to gates, so you will be able to use absolute path in rally tasks. Files will be in ~/.rally/extra/*