blob: eeb209113105768b5bfa52634531e3cb0e72aae6 (
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
|
---
tiers:
-
name: benchmarking
order: 2
description: >-
Run several OpenStack performance tools
https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
testcases:
-
case_name: rally_full
project_name: functest
criteria: 100
blocking: false
description: >-
This test case runs the full suite of scenarios of the
OpenStack Rally suite using several threads and iterations.
run:
name: rally_full
args:
optional:
- 'gnocchi'
-
case_name: rally_jobs
project_name: functest
criteria: 100
blocking: false
description: >-
This test case runs a group of Rally jobs used in
OpenStack gating
run:
name: rally_jobs
args:
optional:
- 'gnocchi'
-
case_name: vmtp
project_name: functest
criteria: 100
blocking: false
description: >-
VMTP is a small python application that will automatically
perform ping connectivity, round trip time measurement
(latency) and TCP/UDP throughput
dependencies:
- POD_ARCH: '^(?!aarch64$)'
run:
name: vmtp
-
case_name: shaker
project_name: functest
criteria: 100
blocking: false
description: >-
Shaker wraps around popular system network testing tools
like iperf, iperf3 and netperf (with help of flent). Shaker
is able to deploy OpenStack instances and networks in
different topologies.
run:
name: shaker
|