Add sig_cli 30/72230/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 12:18:49 +0000 (13:18 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 13:34:52 +0000 (14:34 +0100)
It runs sig-cli tests which are not included in K8s conformance.
It adds 34 single tests.

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

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

index 8ff7bc7..2ed2ce8 100644 (file)
@@ -20,6 +20,7 @@
             - sig_api_machinery
             - sig_apps
             - sig_auth
+            - sig_cli
             - sig_network
             - sig_network_features
             - sig_storage
index ad95270..69f7f0f 100644 (file)
@@ -86,6 +86,22 @@ tiers:
                         skip: "\\[Disruptive\\]|\\[Flaky\\]|\
                           \\[Conformance\\]|\\[Feature:PodSecurityPolicy\\]|\
                           \\[Feature:BoundServiceAccountTokenVolume\\]"
+            -
+                case_name: sig_cli
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    It runs the remaining sig-cli testing excluding Conformance
+                    (part of k8s_conformance).
+                dependencies:
+                    - DEPLOY_SCENARIO: 'k8-*'
+                run:
+                    name: e2e_testing
+                    args:
+                        focus: \[sig-cli]
+                        skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+                          \\[Conformance\\]"
             -
                 case_name: sig_network
                 project_name: functest