Merge "Disable orchestra_* testcases"
[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: 'daisy'
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                 enable: false
59                 criteria: 100
60                 blocking: false
61                 description: >-
62                     ClearwaterIMS VNF deployment with Open Baton (Orchestra)
63                 dependencies:
64                     installer: 'daisy'
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                 enabled: true
74                 project_name: functest
75                 criteria: 100
76                 blocking: false
77                 description: >-
78                     vEPC validation with Juju as VNF manager and ABoT as test
79                     executor.
80                 dependencies:
81                     installer: ''
82                     scenario: 'os-nosdn-nofeature-ha'
83                 run:
84                     module: 'functest.opnfv_tests.vnf.epc.juju_epc'
85                     class: 'JujuEpc'