Parameterize Rally scenarios 85/4885/1
authorJuha Kosonen <juha.kosonen@nokia.com>
Fri, 18 Dec 2015 15:47:53 +0000 (15:47 +0000)
committerJuha Kosonen <juha.kosonen@nokia.com>
Fri, 18 Dec 2015 15:47:53 +0000 (15:47 +0000)
commit955b592a7d4aab0a9685bd19bf77f959f59ffd22
tree2fe22740835659ce64e634fd655d7672f3216ca2
parentba5f3f4d94bf91824655eef49d1900e015859288
Parameterize Rally scenarios

Applied argument manipulation approach from rally/certification.

JIRA: FUNCTEST-109

Change-Id: Ia6f08f1a7e7566c883cf7c616d32b7e0ca26b1f9
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
27 files changed:
testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py [new file with mode: 0755]
testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-authenticate.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-cinder.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-neutron.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-nova.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-quotas.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-smoke.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/support/instance_dd_test.sh [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/autoscaling_policy.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/default.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/random_strings.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/resource_group.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_ports.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/server_with_volume.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/updated_autoscaling_policy_inplace.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/updated_random_strings_add.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/updated_random_strings_delete.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/updated_random_strings_replace.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/updated_resource_group_increase.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/scenario/templates/updated_resource_group_reduce.yaml.template [new file with mode: 0644]
testcases/VIM/OpenStack/CI/rally_cert/task.yaml [new file with mode: 0644]