From c0e9550a76bd91322a6bb5dc4b7f9947e1794913 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 4 Apr 2020 21:56:45 +0200 Subject: Reduce Tempest multi threads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It decreases the threads from 4 to 3 to allow running the testcases in parallel. Else a few tests sometimes fail. Change-Id: I268eff5a72d5de5b26d7549ac74ee0e2a05cb61e 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 90a77630e..9c3e579d9 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -68,7 +68,7 @@ tiers: (?!.*test_trunk_negative.TrunkTestMtusJSON)\ (^neutron_tempest_plugin.api)" option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_cinder_cntt @@ -87,7 +87,7 @@ tiers: (?!.*test_consistencygroups)\ (^cinder_tempest_plugin.)" option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_keystone_cntt @@ -106,7 +106,7 @@ tiers: (?!.*scenario.test_federated_authentication)\ keystone_tempest_plugin." option: - - '--concurrency=4' + - '--concurrency=3' - case_name: rally_sanity_cntt @@ -189,7 +189,7 @@ tiers: (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)" option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_scenario_cntt -- cgit 1.2.3-korg