diff options
-rw-r--r-- | docker/healthcheck/testcases.yaml | 2 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 8 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 16 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 18 |
4 files changed, 22 insertions, 22 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index c2a66494d..d1129da04 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -161,7 +161,7 @@ tiers: args: mode: '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_horizon 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 diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 23676908b..72ba933cb 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 @@ -84,7 +84,7 @@ tiers: args: target: compute option: - - '--concurrency=4' + - '--concurrency=3' - case_name: refstack_object @@ -101,7 +101,7 @@ tiers: args: target: object option: - - '--concurrency=4' + - '--concurrency=3' - case_name: refstack_platform @@ -118,7 +118,7 @@ tiers: args: target: platform option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_full @@ -135,7 +135,7 @@ tiers: args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_scenario @@ -230,7 +230,7 @@ tiers: neutron_extensions: - bgpvpn option: - - '--concurrency=4' + - '--concurrency=3' - case_name: networking-sfc diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 0c8015eb4..bcc8f4c45 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -161,7 +161,7 @@ tiers: args: mode: '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_horizon @@ -199,7 +199,7 @@ tiers: args: mode: '^neutron_tempest_plugin\.api' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_cinder @@ -215,7 +215,7 @@ tiers: mode: '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_keystone @@ -230,7 +230,7 @@ tiers: args: mode: 'keystone_tempest_plugin.' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: rally_sanity @@ -262,7 +262,7 @@ tiers: args: target: compute option: - - '--concurrency=4' + - '--concurrency=3' - case_name: refstack_object @@ -279,7 +279,7 @@ tiers: args: target: object option: - - '--concurrency=4' + - '--concurrency=3' - case_name: refstack_platform @@ -296,7 +296,7 @@ tiers: args: target: platform option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_full @@ -313,7 +313,7 @@ tiers: args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' option: - - '--concurrency=4' + - '--concurrency=3' - case_name: tempest_scenario @@ -408,7 +408,7 @@ tiers: neutron_extensions: - bgpvpn option: - - '--concurrency=4' + - '--concurrency=3' - case_name: networking-sfc |