aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-01-25 12:20:22 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-18 15:55:39 +0100
commit23c2bf5ce99eb4f75607dd5888d961e395271dc6 (patch)
tree1a11a48abb779b78151c394b2def249fe0f89f31 /docker
parent883797480abf537beb687145ee9cb19ac715dfe7 (diff)
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 <cedric.ollivier@orange.com> (cherry picked from commit 80f0edf3194493620d1cfab79efbcdc8a136d799)
Diffstat (limited to 'docker')
-rw-r--r--docker/smoke/testcases.yaml17
1 files changed, 17 insertions, 0 deletions
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
@@ -22,6 +22,23 @@ tiers:
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
criteria: 100