aboutsummaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/testcases.yaml
blob: 466b8ae841aa8f0ae9db8ef65389c05681d1b1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
tiers:
    -
        name: healthcheck
        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
                criteria: 100
                blocking: false
                description: >-
                    Smoke Tests a running Kubernetes cluster, which
                    validates the deployed cluster is accessible, and
                    at least satisfies minimal functional requirements.
                dependencies:
                    - DEPLOY_SCENARIO: 'k8-*'
                run:
                    name: e2e_testing
                    args:
                        focus: Kubectl client Guestbook application