Add sig-auth 35/72235/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 11:52:46 +0000 (12:52 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 13:37:00 +0000 (14:37 +0100)
It runs sig-auth tests which are not included in K8s conformance.

Change-Id: I5684dbcb5d61866f5ae1cb483f3a119b8d3c7807
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b5c7bc0107a443722004ecced91118042965f327)

ansible/site.yml
docker/smoke/testcases.yaml

index 73bdd52..27cc54a 100644 (file)
@@ -18,6 +18,7 @@
             - xrally_kubernetes
             - k8s_conformance
             - sig_api_machinery
+            - sig_auth
             - sig_network
             - sig_network_features
             - sig_storage
index 4e5ea90..f2d097e 100644 (file)
@@ -49,6 +49,24 @@ tiers:
                         focus: \[sig-api-machinery\]
                         skip: "\\[Disruptive\\]|\\[Flaky\\]|\
                           \\[Conformance\\]"
+            -
+                case_name: sig_auth
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    It runs the remaining sig-auth testing excluding the
+                    next labels: Conformance (part of k8s_conformance),
+                    PodSecurityPolicy and BoundServiceAccountTokenVolume.
+                dependencies:
+                    - DEPLOY_SCENARIO: 'k8-*'
+                run:
+                    name: e2e_testing
+                    args:
+                        focus: \[sig-auth\]
+                        skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+                          \\[Conformance\\]|\\[Feature:PodSecurityPolicy\\]|\
+                          \\[Feature:BoundServiceAccountTokenVolume\\]"
             -
                 case_name: sig_network
                 project_name: functest