blob: 6b483af6a72c6c96f4a57d357d103ec0ffb60531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
---
tiers:
-
name: vnf
description: >-
Collection of VNF test cases.
testcases:
-
case_name: cloudify
project_name: functest
criteria: 100
blocking: false
description: >-
This test case deploys the Cloudify orchestrator.
run:
name: cloudify
-
case_name: cloudify_ims
project_name: functest
criteria: 100
blocking: false
description: >-
This test case deploys an OpenSource vIMS solution from
Clearwater using the Cloudify orchestrator. It also runs
some signaling traffic.
dependencies:
- NO_TENANT_NETWORK: '^(?![tT]rue$)'
run:
name: cloudify_ims
-
case_name: heat_ims
project_name: functest
criteria: 100
blocking: false
description: >-
This test case deploys an OpenSource vIMS solution from
Clearwater using the OpenStack Heat orchestrator.
It also runs some signaling traffic.
dependencies:
- NO_TENANT_NETWORK: '^(?![tT]rue$)'
run:
name: heat_ims
-
case_name: vyos_vrouter
project_name: functest
criteria: 100
blocking: false
description: >-
This test case is vRouter testing.
dependencies:
- NO_TENANT_NETWORK: '^(?![tT]rue$)'
run:
name: vyos_vrouter
-
case_name: juju_epc
project_name: functest
criteria: 100
blocking: false
description: >-
vEPC validation with Juju as VNF manager and ABoT as test
executor.
dependencies:
- NO_TENANT_NETWORK: '^(?![tT]rue$)'
run:
name: juju_epc
|