summaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/testcases.yaml
blob: 94e7ecbdb98d2bf653d8b307b6631b35f1059410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
tiers:
    -
        name: healthcheck
        order: 0
        ci_loop: '(merge)|(verify)|(daily)|(weekly)'
        description: >-
            A set of e2e tests integrated from kubernetes project.
        testcases:
            -
                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: k8s_smoke