eccabbe5e2793837ef4ad93118982f5e3b1d1c0c
[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             -
25                 case_name: vyos_vrouter
26                 project_name: functest
27                 criteria: 100
28                 blocking: false
29                 description: >-
30                     This test case is vRouter testing.
31                 dependencies:
32                     installer: '^((?!compass|fuel).)*$'
33                     scenario: 'os-nosdn-nofeature-ha'
34                 run:
35                     module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
36                     class: 'CloudifyVrouter'
37
38             -
39                 case_name: orchestra_openims
40                 project_name: orchestra
41                 criteria: 100
42                 blocking: false
43                 description: >-
44                     OpenIMS VNF deployment with Open Baton (Orchestra)
45                 dependencies:
46                     installer: ''
47                     scenario: 'os-nosdn-nofeature-ha'
48                 run:
49                     module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
50                     class: 'OpenImsVnf'
51
52             -
53                 case_name: orchestra_clearwaterims
54                 project_name: orchestra
55                 criteria: 100
56                 blocking: false
57                 description: >-
58                     ClearwaterIMS VNF deployment with Open Baton (Orchestra)
59                 dependencies:
60                     installer: ''
61                     scenario: 'os-nosdn-nofeature-ha'
62                 run:
63                     module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
64                     class: 'ClearwaterImsVnf'