aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot/docker/testcases.yaml
blob: 969c9b7b9ef3e121db7db447878d9876a75273a9 (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
44
---
tiers:
    -
        name: smoke-usecases
        order: 1
        description: >-
            ONAP E2E tests
        testcases:
            -
                case_name: pnf-registrate
                project_name: integration
                enabled: true
                criteria: 100
                blocking: true
                description: >-
                    Registrate PNF
                dependencies:
                run:
                    name: 'robotframework'
                    args:
                        suites:
                            - /var/opt/ONAP/robot/testsuites/pnf-registration.robot
                        include:
                            - pnf_registrate
                        variablefile:
                            - '/share/config/robot_properties.py'
            -
                case_name: vfw-cl
                project_name: integration
                enabled: true
                criteria: 100
                blocking: true
                description: >-
                    vFW closed loop use case
                dependencies:
                run:
                    name: 'robotframework'
                    args:
                        suites:
                            - /var/opt/ONAP/robot/testsuites/vfwcl.robot
                        include:
                            - vfwc
                        variablefile:
                            - '/share/config/robot_properties.py'