8e8de4aaa02ecd825258b542623554b724e63d69
[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: ''
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                 enabled: false
44                 criteria: 100
45                 blocking: false
46                 description: >-
47                     OpenIMS VNF deployment with Open Baton (Orchestra)
48                 dependencies:
49                     installer: ''
50                     scenario: 'os-nosdn-nofeature-.*ha'
51                 run:
52                     module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
53                     class: 'OpenImsVnf'
54
55             -
56                 case_name: orchestra_clearwaterims
57                 project_name: orchestra
58                 enabled: false
59                 criteria: 100
60                 blocking: false
61                 description: >-
62                     ClearwaterIMS VNF deployment with Open Baton (Orchestra)
63                 dependencies:
64                     installer: ''
65                     scenario: 'os-nosdn-nofeature-.*ha'
66                 run:
67                     module:
68                         'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
69                     class: 'ClearwaterImsVnf'
70
71             -
72                 case_name: juju_epc
73                 project_name: functest
74                 criteria: 100
75                 blocking: false
76                 description: >-
77                     vEPC validation with Juju as VNF manager and ABoT as test
78                     executor.
79                 dependencies:
80                     installer: ''
81                     scenario: 'os-nosdn-nofeature-.*ha'
82                 run:
83                     module: 'functest.opnfv_tests.vnf.epc.juju_epc'
84                     class: 'JujuEpc'