From c7296454e80cea8273700da13e720e7f357f008e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 5 Jun 2020 08:59:49 +0200 Subject: Switch back to concurrency = 4 in tempest testcases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3 seems good enough and stable which allows trying 4 as before Change-Id: Id1f17ebf73f9faa13ed3ceb327ccb4ecf88c2bf2 Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/testcases.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docker/smoke-cntt/testcases.yaml') diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 48ae71d4a..af075c820 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -71,7 +71,7 @@ tiers: (?!.*test_trunk_negative.TrunkTestMtusJSON)\ (^neutron_tempest_plugin.api)" option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_cinder_cntt @@ -90,7 +90,7 @@ tiers: (?!.*test_consistencygroups)\ (^cinder_tempest_plugin.)" option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_keystone_cntt @@ -109,7 +109,7 @@ tiers: (?!.*scenario.test_federated_authentication)\ keystone_tempest_plugin." option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_heat_cntt @@ -227,7 +227,7 @@ tiers: (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)" option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_scenario_cntt -- cgit 1.2.3-korg