From 2800b22d762e938727ec4b466178eca4de05006d Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Wed, 6 Dec 2017 14:48:32 +0000 Subject: Assign heat_stack_owner role to the new user For heat scenario in rally, assign heat_stack_owner role to the new created users. Change-Id: I86a74ca88993ed3782d21b22eb5933d639d86c94 Signed-off-by: Linda Wang --- .../opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml') diff --git a/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml b/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml index dc34cc3f..5df49aaa 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml @@ -5,6 +5,8 @@ updated_template_path: "{{ tmpl_dir }}/updated_autoscaling_policy_inplace.yaml.template" context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} + roles: + - "heat_stack_owner" runner: {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} sla: @@ -16,6 +18,8 @@ template_path: "{{ tmpl_dir }}/random_strings.yaml.template" context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} + roles: + - "heat_stack_owner" runner: {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} sla: @@ -27,6 +31,8 @@ template_path: "{{ tmpl_dir }}/random_strings.yaml.template" context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} + roles: + - "heat_stack_owner" runner: {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} sla: @@ -36,6 +42,8 @@ - context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} + roles: + - "heat_stack_owner" runner: {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} sla: -- cgit 1.2.3-korg