From 01608c214878c19c9f01c60e1b08e106a5d684cf Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Fri, 5 Feb 2016 16:01:47 +0000 Subject: Reduce the number of iterations to ten in rally scenarios Change-Id: Ibefc3f5eeb57ff6a1daa0be26f482ed0376a0d40 Signed-off-by: Juha Kosonen --- testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml') diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml index 17ce20ce1..74f509925 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-vm.yaml @@ -15,7 +15,7 @@ network: {} {% endcall %} runner: - {{ constant_runner(concurrency=2*controllers_amount, times=10*controllers_amount, is_smoke=smoke) }} + {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} sla: {{ no_failures_sla() }} @@ -37,6 +37,6 @@ context: {{ user_context(tenants_amount, users_amount, use_existing_users) }} runner: - {{ constant_runner(concurrency=2*controllers_amount, times=10*controllers_amount, is_smoke=smoke) }} + {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }} sla: {{ no_failures_sla() }} -- cgit 1.2.3-korg