Add sig_cluster_lifecycle 26/72226/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 12:58:35 +0000 (13:58 +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>
ansible/site.yml
docker/smoke/testcases.yaml

index d3a1c05..a1c0382 100644 (file)
@@ -18,6 +18,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