From: Cédric Ollivier Date: Mon, 25 Jan 2021 11:20:22 +0000 (+0100) Subject: Add sig_network X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=23c2bf5ce99eb4f75607dd5888d961e395271dc6;p=functest-kubernetes.git Add sig_network 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 (cherry picked from commit 80f0edf3194493620d1cfab79efbcdc8a136d799) --- diff --git a/ansible/site.yml b/ansible/site.yml index f881cc5e..fdf7e464 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -17,6 +17,7 @@ tests: - xrally_kubernetes - k8s_conformance + - sig_network - sig_network_feature - container: functest-kubernetes-security tests: diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 025840f0..a1b1df39 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -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