aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2016-02-05 16:01:47 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2016-02-05 16:29:12 +0000
commit6263827c7f0db5b5f55ed0b0e5a9ed11b4d8dd0b (patch)
tree66a285ec5ea6b7c8710c5898764b96d4ec245fc7 /testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
parent6f284917fc686b48c7c7f80f46b60f41f23c624b (diff)
Reduce the number of iterations to ten in rally scenarios
Change-Id: Ibefc3f5eeb57ff6a1daa0be26f482ed0376a0d40 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com> (cherry picked from commit 01608c214878c19c9f01c60e1b08e106a5d684cf)
Diffstat (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml')
-rw-r--r--testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
index b7d2033f2..6affcc6c6 100644
--- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
+++ b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
@@ -11,7 +11,7 @@
method: "GET"
status_code: 200
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() }}
@@ -23,6 +23,6 @@
status_code: 200
allow_redirects: False
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() }}