aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-12-07 13:56:40 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-12-07 14:05:32 +0100
commit772d013967951db9f23426469d17d2603301aa03 (patch)
treebbd008571a0ad4f08c77711f368a10a8d8e9da14
parenta6783c975c7af337eecce401beaf47d5c96a8522 (diff)
Run tests sequentially in tempest_slow
concurrency is set to 2 in the upstream job [1] but it conflicts with serial also passed. As it fails once without any other test in parallel, the number of executors should be decreased [2]. [0] https://799189c1bf6a1aa9c8de-48970bda2a30ee836a70a12e61555969.ssl.cf1.rackcdn.com/694893/1/check/tempest-slow/1bf5851/job-output.txt [1] http://artifacts.opnfv.org/functest/functest-opnfv-functest-smoke-cntt-hunter-tempest_slow-run-7/tempest_slow/tempest-report.html Change-Id: I51bc9a584cf4b32a88b7a84d9387e7b8e90281c2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 83c3cc3f9b71de33cd1e88c11da4879156be7cf3)
-rw-r--r--docker/smoke-cntt/testcases.yaml2
-rw-r--r--docker/smoke/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 13122453a..918421977 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -208,4 +208,4 @@ tiers:
(?!.*test_volume_migrate_attached)\
(?=.*\\[.*\\bslow\\b.*\\])(^tempest.)"
option:
- - '--concurrency=2'
+ - '--concurrency=1'
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index 2493916fc..f63a32b0b 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -133,7 +133,7 @@ tiers:
args:
mode: '(?=.*\[.*\bslow\b.*\])(^tempest\.)'
option:
- - '--concurrency=2'
+ - '--concurrency=1'
-
case_name: patrole
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 0d11ba63d..68511863c 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -296,7 +296,7 @@ tiers:
args:
mode: '(?=.*\[.*\bslow\b.*\])(^tempest\.)'
option:
- - '--concurrency=2'
+ - '--concurrency=1'
-
case_name: patrole