https://github.com/vmware-tanzu/sonobuoy
Change-Id: I7b1777cf7bc0d6cd04ea5cccc08b7c29887ae874
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 
711d9f1d875816386fd4afeb2e79f8d2de47b036)
       suites:
         - container: functest-kubernetes-healthcheck
           tests:
+            - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
           tests:
 
         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
                 run:
                     name: e2e_testing
                     args:
-                        focus: Guestbook.application
+                        focus: Kubectl client Guestbook application