Merge "Fix pylint errors of vping"
[functest.git] / docker / vnf / testcases.yaml
1 ---
2 tiers:
3     -
4         name: vnf
5         order: 4
6         ci_loop: '(daily)|(weekly)'
7         description: >-
8             Collection of VNF test cases.
9         testcases:
10             -
11                 case_name: cloudify_ims
12                 project_name: functest
13                 criteria: 80
14                 blocking: false
15                 description: >-
16                     This test case deploys an OpenSource vIMS solution from
17                     Clearwater using the Cloudify orchestrator. It also runs
18                     some signaling traffic.
19                 dependencies:
20                     installer: ''
21                     scenario: 'os-nosdn-nofeature-ha'
22                 run:
23                     module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
24                     class: 'CloudifyIms'
25
26             -
27                 case_name: vyos_vrouter
28                 project_name: functest
29                 criteria: 100
30                 blocking: false
31                 description: >-
32                     This test case is vRouter testing.
33                 dependencies:
34                     installer: '^((?!compass|fuel).)*$'
35                     scenario: 'os-nosdn-nofeature-ha'
36                 run:
37                     module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
38                     class: 'CloudifyVrouter'
39
40             -
41                 case_name: orchestra_openims
42                 project_name: orchestra
43                 criteria: 100
44                 blocking: false
45                 description: >-
46                     OpenIMS VNF deployment with Open Baton (Orchestra)
47                 dependencies:
48                     installer: ''
49                     scenario: 'os-nosdn-nofeature-ha'
50                 run:
51                     module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
52                     class: 'OpenImsVnf'
53
54             -
55                 case_name: orchestra_clearwaterims
56                 project_name: orchestra
57                 criteria: 100
58                 blocking: false
59                 description: >-
60                     ClearwaterIMS VNF deployment with Open Baton (Orchestra)
61                 dependencies:
62                     installer: ''
63                     scenario: 'os-nosdn-nofeature-ha'
64                 run:
65                     module:
66                         'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
67                     class: 'ClearwaterImsVnf'