diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2016-01-12 13:15:45 +0000 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2016-01-12 13:15:45 +0000 |
commit | 236f391ce99bc5e1d4a56ec5ea65705895bf39d9 (patch) | |
tree | 222135da5c162e14abcfbd04733178c714269a78 /testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml | |
parent | e1d0769008da2904ae12d1ca0020ef3f09336439 (diff) |
Rally test case troubleshooting
Minor changes to some of the failed scenarios in rally_cert.
JIRA: FUNCTEST-110
Change-Id: I25d1a80d295bea0004a3bf5f42161080c44091e9
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml')
-rw-r--r-- | testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml index 3689cc49..6debb415 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml @@ -11,6 +11,11 @@ - args: template_path: "{{ tmpl_dir }}/server_with_ports.yaml.template" + parameters: + public_net: {{ floating_network }} + image: {{ image_name }} + flavor: {{ flavor_name }} + cidr: {{ floating_subnet_cidr }} context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} runner: @@ -20,6 +25,10 @@ - args: template_path: "{{ tmpl_dir }}/server_with_volume.yaml.template" + parameters: + image: {{ image_name }} + flavor: {{ flavor_name }} + network_id: {{ netid }} context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} runner: @@ -129,4 +138,5 @@ runner: {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }} sla: - {{ no_failures_sla() }}
\ No newline at end of file + {{ no_failures_sla() }} + |