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