Publish k8s_quick as proposed by sonobuoy 77/70977/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 6 Sep 2020 11:28:05 +0000 (13:28 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 6 Sep 2020 11:33:09 +0000 (13:33 +0200)
https://github.com/vmware-tanzu/sonobuoy

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

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

index 5c6498b..6851c60 100644 (file)
@@ -44,6 +44,7 @@
       suites:
         - container: functest-kubernetes-healthcheck
           tests:
+            - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
           tests:
index 40987c3..466b8ae 100644 (file)
@@ -5,6 +5,20 @@ tiers:
         description: >-
             A set of e2e tests integrated from kubernetes project.
         testcases:
+            -
+                case_name: k8s_quick
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    It runs just a single test, helping to quickly validate the
+                    Kubernetes configuration as proposed by Sonobuoy.
+                dependencies:
+                    - DEPLOY_SCENARIO: 'k8-*'
+                run:
+                    name: e2e_testing
+                    args:
+                        focus: Pods should be submitted and removed
             -
                 case_name: k8s_smoke
                 project_name: functest
@@ -19,4 +33,4 @@ tiers:
                 run:
                     name: e2e_testing
                     args:
-                        focus: Guestbook.application
+                        focus: Kubectl client Guestbook application