Add sig_cluster_lifecycle 40/72240/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 12:58:13 +0000 (13:58 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 13:37:54 +0000 (14:37 +0100)
It runs sig-cluster-lifecycle tests which are not included in K8s conformance.
It adds 4 single tests.

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

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

index 539e075..45a850d 100644 (file)
@@ -21,6 +21,7 @@
             - sig_apps
             - sig_auth
             - sig_cli
+            - sig_cluster_lifecycle
             - sig_instrumentation
             - sig_network
             - sig_network_features
index c109f3c..98c2ce5 100644 (file)
@@ -102,6 +102,22 @@ tiers:
                         focus: \[sig-cli]
                         skip: "\\[Disruptive\\]|\\[Flaky\\]|\
                           \\[Conformance\\]"
+            -
+                case_name: sig_cluster_lifecycle
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    It runs the remaining sig-cluster-lifecycle testing
+                    excluding Conformance (part of k8s_conformance).
+                dependencies:
+                    - DEPLOY_SCENARIO: 'k8-*'
+                run:
+                    name: e2e_testing
+                    args:
+                        focus: \[sig-cluster-lifecycle\]
+                        skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+                          \\[Conformance\\]"
             -
                 case_name: sig_network
                 project_name: functest