summaryrefslogtreecommitdiff
path: root/rally-scenarios
Commit message (Collapse)AuthorAgeFilesLines
* Rally tests plugins for HeatSergey Kraynev2016-03-023-0/+246
| | | | | | | | | | | | | | | 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
* Merge "Add test for performance in constraint validation"Jenkins2016-02-182-0/+31
|\
| * Add test for performance in constraint validationSergey Kraynev2016-02-122-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix rally internal Heat jobSergey Kraynev2016-02-153-3/+8
|/ | | | | | | | | | 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
* Replace github with openstack git reporicolin2015-10-211-1/+1
| | | | | | | | | | git.openstack.org is our official server, github is just a read-only mirror. Linking to github might also raise the expectation that we use the usual github workflow which is not the case. Change-Id: I3b3e8213c264757838c8e5fd33221eebf219cdc8
* Fix outdated link in sample pluginvenkatamahesh2015-09-061-1/+1
| | | | | | | | Link in sample_plugin.py is outdated and is changed Change-Id: I2f3a7b59c6380e4584a8ce2a5313fe766a40a52a Closes-Bug: #1491975
* Add config file for performance gate jobSergey Skripnick2014-08-084-0/+73
This job is called gate-rally-dsvm-fakevirt-heat. Also added readme and plugin sample. Change-Id: Ic4f482e566f3552b3fdf7129b8447e7def036441