Merge "Stop downloading openbaton image."
[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                 enabled: false
27                 criteria: 100
28                 blocking: false
29                 description: >-
30                     OpenIMS VNF deployment with Open Baton (Orchestra)
31                 dependencies:
32                     installer: ''
33                     scenario: 'os-nosdn-nofeature-ha'
34                 run:
35                     module: 'functest.opnfv_tests.vnf.ims.orchestra_openims'
36                     class: 'OpenImsVnf'
37
38             -
39                 case_name: orchestra_clearwaterims
40                 project_name: functest
41                 enabled: false
42                 criteria: 100
43                 blocking: false
44                 description: >-
45                     ClearwaterIMS 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_clearwaterims'
51                     class: 'ClearwaterImsVnf'
52
53             -
54                 case_name: vyos_vrouter
55                 project_name: functest
56                 criteria: 100
57                 blocking: false
58                 description: >-
59                     This test case is vRouter testing.
60                 dependencies:
61                     installer: 'fuel'
62                     scenario: 'nosdn-nofeature'
63                 run:
64                     module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
65                     class: 'CloudifyVrouter'