summaryrefslogtreecommitdiffstats
path: root/docker/features/testcases.yaml
blob: 926ae0e7b97ada01ec08b32bc6e42902f31aabd0 (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: 1
        ci_loop: '(daily)|(weekly)'
        description: >-
            Test suite from Stor4NFV project.
        testcases:
            -
                case_name: stor4nfv_k8s
                project_name: stor4nfv
                criteria: 100
                blocking: false
                description: >-
                    This tests are necessary to demonstrate conformance
                    of the K8s+Stor4NFV deployment.
                dependencies:
                    - DEPLOY_SCENARIO: 'stor4nfv'
                run:
                    module: 'stor4nfv_tests.stor4nfv_k8s'
                    class: 'K8sStor4nfvTest'

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