Add concurrency parameter to refstack_defcore tests 37/61537/1
authorDimitrios Markou <mardim@intracom-telecom.com>
Wed, 29 Aug 2018 12:03:40 +0000 (15:03 +0300)
committerDimitrios Markou <mardim@intracom-telecom.com>
Wed, 29 Aug 2018 12:09:29 +0000 (15:09 +0300)
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 <mardim@intracom-telecom.com>
docker/smoke/testcases.yaml
functest/ci/testcases.yaml

index c262ab8..7c22e83 100644 (file)
@@ -67,6 +67,9 @@ tiers:
                     module:
                         'functest.opnfv_tests.openstack.refstack.refstack'
                     class: 'Refstack'
+                    args:
+                        option:
+                            - '--concurrency=4'
 
             -
                 case_name: patrole
index 6efdfb1..4b73a84 100644 (file)
@@ -254,6 +254,9 @@ tiers:
                     module:
                         'functest.opnfv_tests.openstack.refstack.refstack'
                     class: 'Refstack'
+                    args:
+                        option:
+                            - '--concurrency=4'
 
             -
                 case_name: patrole