diff options
3 files changed, 34 insertions, 15 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index d636ec2e..8f9bd0d3 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -165,21 +165,6 @@ vnf: tenant_description: vRouter config: cloudify_vrouter.yaml -promise: - tenant_name: promise - tenant_description: promise Functionality Testing - user_name: promiser - user_pwd: test - image_name: promise-img - flavor_name: promise-flavor - flavor_vcpus: 1 - flavor_ram: 128 - flavor_disk: 0 - network_name: promise-net - subnet_name: promise-subnet - subnet_cidr: 192.168.121.0/24 - router_name: promise-router - example: vm_name: example-vm flavor: m1.small diff --git a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-heat.yaml b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-heat.yaml index 6f3a5c16..3adf8f7f 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-heat.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-heat.yaml @@ -4,6 +4,8 @@ template_path: "{{ tmpl_dir }}/default.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: @@ -17,6 +19,8 @@ flavor: {{ flavor_name }} 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: @@ -30,6 +34,8 @@ network_id: {{ netid }} 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: @@ -41,6 +47,8 @@ template_path: "{{ tmpl_dir }}/default.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: @@ -53,6 +61,8 @@ updated_template_path: "{{ tmpl_dir }}/updated_random_strings_add.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: @@ -63,6 +73,8 @@ updated_template_path: "{{ tmpl_dir }}/updated_random_strings_delete.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: @@ -73,6 +85,8 @@ updated_template_path: "{{ tmpl_dir }}/updated_resource_group_increase.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: @@ -83,6 +97,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: @@ -93,6 +109,8 @@ updated_template_path: "{{ tmpl_dir }}/updated_resource_group_reduce.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: @@ -103,6 +121,8 @@ updated_template_path: "{{ tmpl_dir }}/updated_random_strings_replace.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: @@ -114,6 +134,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: @@ -125,6 +147,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: @@ -134,6 +158,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: 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: |