summaryrefslogtreecommitdiffstats
path: root/docker/patrole/testcases.yaml
blob: 4d4b4c69f2c16d47765d01cffca5713fc55c26f8 (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
---
tiers:
    -
        name: smoke
        order: 1
        ci_loop: '(daily)|(weekly)'
        description: >-
            Set of basic Functional tests to validate the OPNFV scenarios.
        testcases:
            -
                case_name: patrole
                project_name: functest
                criteria: 100
                blocking: true
                description: >-
                    Test suite from Patrole project.
                dependencies:
                    installer: ''
                    scenario: ''
                run:
                    module: 'functest.opnfv_tests.openstack.patrole.patrole'
                    class: 'Patrole'
                    args:
                        role: 'admin'
                        services:
                            - 'image'
                            - 'network'
                            - 'volume'
                        exclude:
                            - 'test_networks_multiprovider_rbac'