aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke/testcases.yaml
blob: d64335b4abc3ea1a2754f0347ca9b76306b88bc7 (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: smoke
        order: 1
        description: >-
            A set of conformance tests integrated from kubernetes project.
        testcases:
            -
                case_name: k8s_conformance
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    Conformance Tests are expect to pass on any Kubernetes
                    cluster, this tests are necessary demonstrate conformance
                    of the Kubernetes deployment.
                dependencies:
                    - DEPLOY_SCENARIO: 'k8-*'
                run:
                    name: e2e_testing
                    args:
                        focus: \[Conformance\]
                        skip: Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\]
            -
                case_name: xrally_kubernetes
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    All in one tasks for checking basic functionality of
                    Kubernetes cluster.
                dependencies:
                    - DEPLOY_SCENARIO: 'k8-*'
                run:
                    name: xrally_kubernetes