Set concurrency and containers_per_tenant to 1 20/69920/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 10 Apr 2020 14:46:58 +0000 (16:46 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 10 Apr 2020 14:46:58 +0000 (16:46 +0200)
Most of the rally_full runs failed vs our new SUTs (radosgw) .
This two params fail the testing when higher than 1 (verified
independently).

As the new test config works when hugely tested in //, it makes sens to
merge the new config to fix the gates.

This patch will be safely reverted if the issue is confirmed on SUT.

Change-Id: I222652d484a5e06190c12d45d6c1882de5ab9eec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/opnfv_tests/openstack/rally/scenario/opnfv-swift.yaml

index ccbe7be..66d7cd2 100644 (file)
@@ -4,7 +4,7 @@
         objects_per_container: 2
         object_size: 5120
       runner:
-        {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+        {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
       context:
         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
         roles:
@@ -15,7 +15,7 @@
   SwiftObjects.list_objects_in_containers:
     -
       runner:
-        {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+        {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
       context:
         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
         roles:
@@ -33,7 +33,7 @@
         objects_per_container: 5
         object_size: 1024
       runner:
-        {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+        {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
       context:
         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
         roles:
@@ -47,7 +47,7 @@
         objects_per_container: 5
         object_size: 102400
       runner:
-        {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+        {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
       context:
         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
         roles:
   SwiftObjects.list_and_download_objects_in_containers:
     -
       runner:
-        {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+        {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
       context:
         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
         roles:
           - "admin"
         swift_objects:
-          containers_per_tenant: 2
+          containers_per_tenant: 1
           objects_per_container: 5
           object_size: 10240
       sla: