blob: a38ef31066afdd83884ce176a5c779094b6d8418 [file] [log] [blame]
Oleg Basov5c426192019-02-05 17:00:35 +01001title: OpenStack L2 Performance
2
3description:
4 In this scenario Shaker launches 1 pair of instances in the same tenant
5 network. Each instance is hosted on a separate compute node. The traffic goes
6 within the tenant network (L2 domain).
7
8deployment:
9 template: l2.hot
10 accommodation: [pair, single_room, compute_nodes: 2]
11
12execution:
13 tests:
14 -
15 title: Ping
16 class: flent
17 method: ping
18 time: 10
19 sla:
20 - "[type == 'agent'] >> (stats.ping_icmp.avg < 2.0)"
21 -
22 title: TCP
23 class: iperf3
24 sla:
25 - "[type == 'agent'] >> (stats.bandwidth.avg > 5000)"
26 - "[type == 'agent'] >> (stats.retransmits.max < 10)"
27 -
28 title: UDP
29 class: iperf3
30 udp: on
31 bandwidth: 0
32 datagram_size: 32
33 sla:
34 - "[type == 'agent'] >> (stats.packets.avg > 100000)"