From b628c2d1f6ac0b2a16c76c99730740f35df9a801 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 (cherry picked from commit c0e9550a76bd91322a6bb5dc4b7f9947e1794913) --- docker/smoke/testcases.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docker/smoke') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index f63a32b0b..6431b555e 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -21,7 +21,7 @@ tiers: args: mode: '^neutron_tempest_plugin\.api' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_cinder @@ -37,7 +37,7 @@ tiers: mode: '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_keystone @@ -52,7 +52,7 @@ tiers: args: mode: 'keystone_tempest_plugin.' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: rally_sanity @@ -82,7 +82,7 @@ tiers: name: refstack_defcore args: option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_full @@ -99,7 +99,7 @@ tiers: args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_scenario @@ -189,7 +189,7 @@ tiers: neutron_extensions: - bgpvpn option: - - '--concurrency=4' + - '--concurrency=3' - case_name: networking-sfc -- cgit 1.2.3-korg