summaryrefslogtreecommitdiffstats
path: root/docker/features/testcases.yaml
blob: 7ea601dcf00c9b3b8746eb853e2d2ac71f0b3fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tiers:
    -
        name: stor4nfv
        order: 3
        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 demonstrate conformance
                    of the K8s+Stor4NFV deployment.
                dependencies:
                    installer: 'compass'
                    scenario: 'stor4nfv'
                run:
                    module: 'stor4nfv_tests.stor4nfv_k8s'
                    class: 'K8sStor4nfvTest'