summaryrefslogtreecommitdiffstats
path: root/docker/features/testcases.yaml
blob: a23e349e07cf1cee18a6dd719f40dd77e5c4c966 (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
37
38
39
40
41
42
43
---
tiers:
    -
        name: stor4nfv
        order: 2
        ci_loop: '(daily)|(weekly)'
        description: >-
            Test suite from Stor4NFV project.
        testcases:
            -
                case_name: stor4nfv_k8s
                project_name: stor4nfv
                enabled: false
                criteria: 100
                blocking: false
                description: >-
                    This tests are necessary to demonstrate conformance
                    of the K8s+Stor4NFV deployment.
                dependencies:
                    - DEPLOY_SCENARIO: 'stor4nfv'
                run:
                    name: stor4nfv_k8s

    -
        name: clover
        order: 3
        ci_loop: '(daily)|(weekly)'
        description: >-
            Test suite from Clover project.
        testcases:
            -
                case_name: clover_k8s
                project_name: clover
                enabled: false
                criteria: 100
                blocking: false
                description: >-
                    This tests are necessary to demonstrate features
                    of K8s+Istio+Clover deployment.
                dependencies:
                    - DEPLOY_SCENARIO: 'clover'
                run:
                    name: clover_k8s