blob: 0c4372679de2bcd8c8ee5af508e662ac121bf206 (
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
|
---
tiers:
-
name: benchmarking
order: 2
description: >-
Run several OpenStack performance tools
https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
testcases:
-
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
|