From 5ae33722ef833fcac34747a42e63ac551ae613ec Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Sat, 7 Dec 2019 13:56:40 +0100
Subject: Run tests sequentially in tempest_slow
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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)
---
 docker/smoke-cntt/testcases.yaml | 2 +-
 docker/smoke/testcases.yaml      | 2 +-
 functest/ci/testcases.yaml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 32b8080ac..58957140f 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -206,4 +206,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 30569a61d..a60c327f4 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -169,7 +169,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 ba09f83ad..23d46e969 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -347,7 +347,7 @@ tiers:
                     args:
                         mode: '(?=.*\[.*\bslow\b.*\])(^tempest\.)'
                         option:
-                            - '--concurrency=2'
+                            - '--concurrency=1'
 
             -
                 case_name: patrole
-- 
cgit