Fix CI Cent OS 8 configuration issue (workaround)
[transportpce.git] / tests / Xtesting / testcases.yaml
index e17ab82d58a20a15ad4a69e40cecb6ac7a7a5ef4..67cd870ffc071c18597ae0d65c6346230144c6b1 100644 (file)
@@ -89,3 +89,20 @@ tiers:
                     args:
                         cmd: 'cd /src/transportpce && tox -e buildcontroller,build_karaf_tests_hybrid,tests_hybrid'
                         console: true
+    -
+        name: combined
+        order: 1
+        description: 'combine all transportPCE tests'
+        testcases:
+            -
+                case_name: combined
+                project_name: transportpce
+                criteria: 100
+                blocking: true
+                clean_flag: false
+                description: 'run all transportPCE tests in parallell with tox'
+                run:
+                    name: 'bashfeature'
+                    args:
+                        cmd: 'cd /src/transportpce && git apply tests/Xtesting/patch.diff && tox -o -p auto'
+                        console: true