Revert focus in k8s_smoke
[functest-kubernetes.git] / docker / healthcheck / testcases.yaml
1 ---
2 tiers:
3     -
4         name: healthcheck
5         description: >-
6             A set of e2e tests integrated from kubernetes project.
7         testcases:
8             -
9                 case_name: k8s_quick
10                 project_name: functest
11                 criteria: 100
12                 blocking: false
13                 description: >-
14                     It runs just a single test, helping to quickly validate the
15                     Kubernetes configuration as proposed by Sonobuoy.
16                 dependencies:
17                     - DEPLOY_SCENARIO: 'k8-*'
18                 run:
19                     name: e2e_testing
20                     args:
21                         focus: Pods should be submitted and removed
22             -
23                 case_name: k8s_smoke
24                 project_name: functest
25                 criteria: 100
26                 blocking: false
27                 description: >-
28                     Smoke Tests a running Kubernetes cluster, which
29                     validates the deployed cluster is accessible, and
30                     at least satisfies minimal functional requirements.
31                 dependencies:
32                     - DEPLOY_SCENARIO: 'k8-*'
33                 run:
34                     name: e2e_testing
35                     args:
36                         focus: Guestbook.application