aboutsummaryrefslogtreecommitdiffstats
path: root/docker/vnf/testcases.yaml
blob: eccabbe5e2793837ef4ad93118982f5e3b1d1c0c (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
tiers:
    -
        name: vnf
        order: 4
        ci_loop: '(daily)|(weekly)'
        description : >-
            Collection of VNF test cases.
        testcases:
            -
                case_name: cloudify_ims
                project_name: functest
                criteria: 80
                blocking: false
                description: >-
                    This test case deploys an OpenSource vIMS solution from Clearwater
                    using the Cloudify orchestrator. It also runs some signaling traffic.
                dependencies:
                    installer: ''
                    scenario: 'os-nosdn-nofeature-ha'
                run:
                    module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
                    class: 'CloudifyIms'

            -
                case_name: vyos_vrouter
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    This test case is vRouter testing.
                dependencies:
                    installer: '^((?!compass|fuel).)*$'
                    scenario: 'os-nosdn-nofeature-ha'
                run:
                    module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
                    class: 'CloudifyVrouter'

            -
                case_name: orchestra_openims
                project_name: orchestra
                criteria: 100
                blocking: false
                description: >-
                    OpenIMS VNF deployment with Open Baton (Orchestra)
                dependencies:
                    installer: ''
                    scenario: 'os-nosdn-nofeature-ha'
                run:
                    module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
                    class: 'OpenImsVnf'

            -
                case_name: orchestra_clearwaterims
                project_name: orchestra
                criteria: 100
                blocking: false
                description: >-
                    ClearwaterIMS VNF deployment with Open Baton (Orchestra)
                dependencies:
                    installer: ''
                    scenario: 'os-nosdn-nofeature-ha'
                run:
                    module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
                    class: 'ClearwaterImsVnf'