diff options
Diffstat (limited to 'functest_kubernetes/rally')
-rw-r--r-- | functest_kubernetes/rally/all-in-one.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/functest_kubernetes/rally/all-in-one.yaml b/functest_kubernetes/rally/all-in-one.yaml index ae4157ff..2318fc22 100644 --- a/functest_kubernetes/rally/all-in-one.yaml +++ b/functest_kubernetes/rally/all-in-one.yaml @@ -121,8 +121,8 @@ subtasks: error_regexp: No such file runner: constant: - concurrency: 1 - times: 1 + concurrency: {{ concurrency }} + times: {{ times }} contexts: namespaces: count: {{ namespaces_count }} @@ -184,8 +184,8 @@ subtasks: volume_path: /tmp/ runner: constant: - concurrency: 1 - times: 1 + concurrency: {{ concurrency }} + times: {{ times }} contexts: namespaces: count: {{ namespaces_count }} @@ -233,8 +233,8 @@ subtasks: error_regexp: No such file runner: constant: - concurrency: 1 - times: 1 + concurrency: {{ concurrency }} + times: {{ times }} contexts: namespaces: count: {{ namespaces_count }} @@ -349,8 +349,8 @@ subtasks: custom_endpoint: true runner: constant: - concurrency: 1 - times: 1 + concurrency: {{ concurrency }} + times: {{ times }} contexts: namespaces: count: {{ namespaces_count }} |