5 Commits

Author SHA1 Message Date
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
Jenkins
751bd3a922 Merge "Add test for performance in constraint validation" 2016-02-18 12:18:26 +00:00
Sergey Kraynev
396e1c2075 Fix rally internal Heat job
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
2016-02-15 07:44:17 +00:00
Sergey Kraynev
fbb1a49424 Add test for performance in constraint validation
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
2016-02-12 16:05:33 +00:00
Sergey Skripnick
d7cb4cad0c Add config file for performance gate job
This job is called gate-rally-dsvm-fakevirt-heat.
Also added readme and plugin sample.

Change-Id: Ic4f482e566f3552b3fdf7129b8447e7def036441
2014-08-08 02:22:59 +04:00