From 3393c576d60d3c2c24aba8b7110473dfafb99420 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 (cherry picked from commit 236f391ce99bc5e1d4a56ec5ea65705895bf39d9) --- testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml') diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml index c9cf9a0f9..b5eb7f3f5 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml @@ -34,11 +34,16 @@ args: {{ glance_args(location=glance_image_location) }} flavor: - name: "{{flavor_name}}" + name: {{ flavor_name }} number_instances: 2 + nics: + - net-id: {{ netid }} context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} + quotas: + {{ unlimited_nova() }} runner: {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }} sla: {{ no_failures_sla() }} + -- cgit 1.2.3-korg