Add sig_network 94/71794/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 25 Jan 2021 11:20:22 +0000 (12:20 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 25 Jan 2021 12:03:33 +0000 (13:03 +0100)
It runs the remaining sig-network testing excluding the next labels:
Conformance (part of k8s_conformance), all features and load.balancer.

Change-Id: I708ff4690205196e5f69382890a39ea4fd5b6942
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.yml
docker/smoke/testcases.yaml

index a7b7b17..c3c3562 100644 (file)
@@ -14,6 +14,7 @@
           tests:
             - xrally_kubernetes
             - k8s_conformance
+            - sig_network
             - sig_network_feature
         - container: functest-kubernetes-security
           tests:
index 025840f..a1b1df3 100644 (file)
@@ -21,6 +21,23 @@ tiers:
                     args:
                         focus: \[Conformance\]
                         skip: \[Disruptive\]|NoExecuteTaintManager
+            -
+                case_name: sig_network
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    It runs the remaining sig-network testing excluding the
+                    next labels: Conformance (part of k8s_conformance), all
+                    features and load.balancer.
+                dependencies:
+                    - DEPLOY_SCENARIO: 'k8-*'
+                run:
+                    name: e2e_testing
+                    args:
+                        focus: \[sig-network\]
+                        skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+                          \\[Conformance\\]|load.balancer|\\[Feature:.+\\]"
             -
                 case_name: sig_network_feature
                 project_name: functest