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