From 236f391ce99bc5e1d4a56ec5ea65705895bf39d9 Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Tue, 12 Jan 2016 13:15:45 +0000 Subject: 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 --- testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml') diff --git a/testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml b/testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml index e6542f37..48c0333e 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml +++ b/testcases/VIM/OpenStack/CI/rally_cert/macro/macro.yaml @@ -79,13 +79,15 @@ security_groups: -1 {%- endmacro %} -{%- macro unlimited_neutron() %} -{% if "neutron" in service_list %} +{%- macro unlimited_neutron(secgroups=false) %} neutron: network: -1 port: -1 subnet: -1 -{% endif %} + {%- if secgroups %} + security_group: -1 + security_group_rule: -1 + {%- endif %} {%- endmacro %} {%- macro glance_args(location, container="bare", type="qcow2") %} -- cgit 1.2.3-korg