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 | 12 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 16 |
4 files changed, 21 insertions, 17 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index d1129da04..c2a66494d 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -161,7 +161,7 @@ tiers: args: mode: '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_horizon diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 9d201c9ba..8d0eee5c3 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=3' + - '--concurrency=4' - case_name: tempest_cinder_cntt @@ -85,7 +85,7 @@ tiers: (?!.*test_consistencygroups)\ (^cinder_tempest_plugin.)" option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_keystone_cntt @@ -104,7 +104,7 @@ tiers: (?!.*scenario.test_federated_authentication)\ keystone_tempest_plugin." option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_heat_cntt @@ -219,7 +219,7 @@ tiers: (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)" option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_scenario_cntt diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 81400a4f4..ea6d0a4e0 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -21,7 +21,7 @@ tiers: args: mode: '^neutron_tempest_plugin\.api' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_cinder @@ -37,7 +37,7 @@ tiers: mode: '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_keystone @@ -52,7 +52,7 @@ tiers: args: mode: 'keystone_tempest_plugin.' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_heat @@ -97,7 +97,7 @@ tiers: name: refstack_defcore args: option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_full @@ -114,7 +114,7 @@ tiers: args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_scenario @@ -222,3 +222,5 @@ tiers: '^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$' services: - barbican + option: + - '--concurrency=4' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 01023ad0e..d5ee574d1 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -161,7 +161,7 @@ tiers: args: mode: '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_horizon @@ -199,7 +199,7 @@ tiers: args: mode: '^neutron_tempest_plugin\.api' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_cinder @@ -215,7 +215,7 @@ tiers: mode: '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_keystone @@ -230,7 +230,7 @@ tiers: args: mode: 'keystone_tempest_plugin.' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_heat @@ -275,7 +275,7 @@ tiers: name: refstack_defcore args: option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_full @@ -292,7 +292,7 @@ tiers: args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_scenario @@ -364,7 +364,7 @@ tiers: neutron_extensions: - bgpvpn option: - - '--concurrency=3' + - '--concurrency=4' - case_name: networking-sfc @@ -400,6 +400,8 @@ tiers: '^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$' services: - barbican + option: + - '--concurrency=4' - name: benchmarking |