diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2016-02-05 16:01:47 +0000 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2016-02-05 16:01:47 +0000 |
commit | 01608c214878c19c9f01c60e1b08e106a5d684cf (patch) | |
tree | 25a5c993f0952e8e4dbbdd7ee9e48fcbb041ff50 /testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml | |
parent | b0e19118c80d694820dd75c53001e0b9563061a9 (diff) |
Reduce the number of iterations to ten in rally scenarios
Change-Id: Ibefc3f5eeb57ff6a1daa0be26f482ed0376a0d40
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml')
-rw-r--r-- | testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 b5eb7f3f5..adbf8b79a 100644 --- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml +++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml @@ -5,7 +5,7 @@ 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() }} @@ -16,7 +16,7 @@ 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() }} @@ -25,7 +25,7 @@ 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() }} @@ -43,7 +43,7 @@ quotas: {{ unlimited_nova() }} 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() }} |