Complete the container opnfv-vnf
[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: 100
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: aaa
26                 enabled: false
27                 project_name: functest
28                 criteria: 100
29                 blocking: false
30                 description: >-
31                     Simple VNF.
32                 dependencies:
33                     installer: ''
34                     scenario: ''
35                 run:
36                     module: 'functest.opnfv_tests.vnf.aaa.aaa'
37                     class: 'AaaVnf'
38
39             -
40                 case_name: orchestra_openims
41                 project_name: functest
42                 criteria: 100
43                 blocking: false
44                 description: >-
45                     OpenIMS VNF deployment with Open Baton (Orchestra)
46                 dependencies:
47                     installer: ''
48                     scenario: 'os-nosdn-nofeature-ha'
49                 run:
50                     module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
51                     class: 'OpenImsVnf'
52
53             -
54                 case_name: orchestra_clearwaterims
55                 project_name: functest
56                 criteria: 100
57                 blocking: false
58                 description: >-
59                     ClearwaterIMS VNF deployment with Open Baton (Orchestra)
60                 dependencies:
61                     installer: ''
62                     scenario: 'os-nosdn-nofeature-ha'
63                 run:
64                     module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'
65                     class: 'ClearwaterImsVnf'