blob: 1a71f91a1f756f60992b0d4cde86b85f5e1a2ff4 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
healthcheck:
order: 0
description : |
This is the optional healthcheck
that can provided by the installer
or the internal in functest
testcases:
healthcheck:
installer: any
sdn: any
feat: any
mode: any
smoke:
order: 1
description : |
This is the set of basic functest
tests and smoke tempest in serial mode.
testcases:
vping_ssh:
installer: any
sdn: any
feat: any
mode: any
vping_userdata:
installer: any
sdn: any
feat: any
mode: any
tempest_smoke_serial:
installer: any
sdn: any
feat: any
mode: any
rally_smoke:
installer: any
sdn: any
feat: any
mode: any
security_groups:
installer: any
sdn: any
feat: any
mode: any
sdn_suites:
order: 2
description : |
test cases for the SDN controllers
testcases:
odl:
installer: any
sdn: odl_l2|odl_l3
feat: any
mode: any
onos:
installer: any
sdn: onos
feat: any
mode: any
ovno:
installer: any
sdn: ocl
feat: any
mode: any
features:
order: 4
description : |
test from feature projects integrated in functest
testcases:
promise:
installer: fuel|joid
sdn: any
feat: any
mode: any
sdnvpn:
installer: fuel|apex
sdn: odl_l2
feat: bgpvpn
mode: any
policy-test:
installer: any
sdn: odl_l2|odl_l3
feat: any
mode: any
tempest:
order: 5
description : |
this is the execution of the full tempest suite in parallel
testcases:
tempest_full_parallel:
installer: any
sdn: any
feat: any
mode: any
rally:
order: 6
description : |
Full Rally suite
testcases:
tempest_full_parallel:
installer: any
sdn: any
feat: any
mode: any
vnf:
order: 7
description : |
collection of VNF test cases
testcases:
vims:
installer: any
sdn: any
feat: any
mode: any
|