diff options
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index ce052994c..8bb57999a 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 @@ -87,7 +87,7 @@ tiers: - gnocchi - panko option: - - '--concurrency=3' + - '--concurrency=4' - case_name: rally_sanity @@ -119,7 +119,7 @@ tiers: args: target: compute option: - - '--concurrency=3' + - '--concurrency=4' - case_name: refstack_object @@ -136,7 +136,7 @@ tiers: args: target: object option: - - '--concurrency=3' + - '--concurrency=4' - case_name: refstack_platform @@ -153,7 +153,7 @@ tiers: args: target: platform option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_full @@ -170,7 +170,7 @@ tiers: args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' option: - - '--concurrency=3' + - '--concurrency=4' - case_name: tempest_scenario @@ -246,6 +246,8 @@ tiers: '^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$' services: - barbican + option: + - '--concurrency=4' - case_name: tempest_octavia @@ -266,4 +268,4 @@ tiers: services: - octavia option: - - '--concurrency=3' + - '--concurrency=2' |