From: Dimitrios Markou Date: Wed, 29 Aug 2018 12:03:40 +0000 (+0300) Subject: Add concurrency parameter to refstack_defcore tests X-Git-Tag: opnfv-7.0.0~80^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d5c3692d211cb3e82708eaf2595ba3f26fafc6a6;p=functest.git Add concurrency parameter to refstack_defcore tests In fraser release we observed that refstack tests are executed in parallel and that might causes problems in CI because without concurrency parameter it will try to use as many cpus as possible and that might lead to race condition issues. This patch is created for backporting purposes to fraser branch where the problem occurs. JIRA: DOVETAIL-662 Change-Id: I6cf0ad3a32e88f04abd00d69523aa8ac47c39470 Signed-off-by: Dimitrios Markou --- diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index c262ab85d..7c22e838c 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -67,6 +67,9 @@ tiers: module: 'functest.opnfv_tests.openstack.refstack.refstack' class: 'Refstack' + args: + option: + - '--concurrency=4' - case_name: patrole diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 6efdfb1fc..4b73a8418 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -254,6 +254,9 @@ tiers: module: 'functest.opnfv_tests.openstack.refstack.refstack' class: 'Refstack' + args: + option: + - '--concurrency=4' - case_name: patrole