diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-04 21:56:45 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-04 22:00:20 +0200 |
commit | db04771f44b2e9392a6ef511cb1a7bfca443d0cb (patch) | |
tree | ae4b5016c6ad9b895fe1eeb7f6f3f365afacb13a /docker/smoke-cntt | |
parent | 60d1cd76e5062a9b7f2efb058c91fb8a277d7b7a (diff) |
Reduce Tempest multi threads
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 <cedric.ollivier@orange.com>
(cherry picked from commit c0e9550a76bd91322a6bb5dc4b7f9947e1794913)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index fd2d8b9e4..7590d5d03 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -66,7 +66,7 @@ tiers: (?!.*test_trunk_negative.TrunkTestMtusJSON)\ (^neutron_tempest_plugin.api)" option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_cinder_cntt @@ -85,7 +85,7 @@ tiers: (?!.*test_consistencygroups)\ (^cinder_tempest_plugin.)" option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_keystone_cntt @@ -104,7 +104,7 @@ tiers: (?!.*scenario.test_federated_authentication)\ keystone_tempest_plugin." option: - - '--concurrency=4' + - '--concurrency=3' - case_name: rally_sanity_cntt @@ -187,7 +187,7 @@ tiers: (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)" option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_scenario_cntt |