6 A set of conformance tests integrated from kubernetes project.
9 case_name: k8s_conformance
10 project_name: functest
14 Conformance Tests are expect to pass on any Kubernetes
15 cluster, this tests are necessary demonstrate conformance
16 of the Kubernetes deployment.
18 - DEPLOY_SCENARIO: 'k8-*'
22 focus: \[Conformance\]
23 skip: \[Disruptive\]|NoExecuteTaintManager
25 case_name: sig_network
26 project_name: functest
30 It runs the remaining sig-network testing excluding the
31 next labels: Conformance (part of k8s_conformance), all
32 features and load.balancer.
34 - DEPLOY_SCENARIO: 'k8-*'
38 focus: \[sig-network\]
39 skip: "\\[Disruptive\\]|\\[Flaky\\]|\
40 \\[Conformance\\]|load.balancer|\\[Feature:.+\\]"
42 case_name: sig_network_feature
43 project_name: functest
47 It verifies a couple of features by running a subset of e2e
48 tests: Ingress, Networking-IPv4, Networking-Performance,
49 PerformanceDNS, SCTP and NoSNAT. It excludes by default
50 NetworkPolicy, Networking-IPv6, IPv6DualStackAlphaFeature
51 and Example. A couple of features may be automatically
52 skipped like NEG and kubemci.
54 - DEPLOY_SCENARIO: 'k8-*'
58 focus: "\\[Feature:Ingress\\]|\
59 \\[Feature:Networking-IPv4\\]|\
60 \\[Feature:Networking-Performance\\]|\
61 \\[Feature:PerformanceDNS\\]|\
62 \\[Feature:SCTP\\]|\\[Feature:NoSNAT\\]"
63 skip: "\\[Disruptive\\]|\\[Flaky\\]|\
64 \\[Feature:NetworkPolicy\\]|\
65 \\[Feature:Networking-IPv6\\]|\
66 \\[Feature:IPv6DualStackAlphaFeature\\]|\
67 \\[Feature:Example\\]"
69 case_name: sig_storage
70 project_name: functest
74 It runs the remaining sig-storage testing excluding the
75 next labels: Conformance (part of k8s_conformance), all
76 features, all drivers and Slow.
78 - DEPLOY_SCENARIO: 'k8-*'
82 focus: \[sig-storage\]
83 skip: "\\[Disruptive\\]|\\[Flaky\\]|\
84 \\[Conformance\\]|\\[Feature:.+\\]|\\[Driver:.+\\]|\
87 case_name: xrally_kubernetes
88 project_name: functest
92 All in one tasks for checking basic functionality of
95 - DEPLOY_SCENARIO: 'k8-*'
97 name: xrally_kubernetes