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
Previous scenarious were obsolete.
This patch adds necessary paramater "template_path".
Also default.yaml template was added for using in this list of scenarios.
Additionally fix wrong import in sample_plugin.py
Change-Id: I31cd295d322d907883a22cddef25b5ccc609f2c1
There are follow important changes in patch:
- New constraint was added. This constraint emulate delay during
resolving custom constraint for property.
- New property was added for TestResource. This property uses new
constraint.
- Added Rally scenario create-delete, which uses template with
ResourceGroup of TestResources with custom constraint.
Depends-On: I06183138d54c1cb971a58a158a15f3f5b25cba4d
Change-Id: I53d83f59be9bd27db451f87aaae2d8446f287c17