blob: 12da58b2728ac8a6b68cf492b483ed394d558fac [file] [log] [blame]
Oleg Basov5c426192019-02-05 17:00:35 +01001title: OpenStack L3 East-West Performance
2
3description:
4 In this scenario Shaker launches 1 pair of instances, each instance on its own
5 compute node. Instances are connected to one of 2 tenant networks, which
6 plugged into single router. The traffic goes from one network to the other
7 (L3 east-west).
8
9deployment:
10 template: l3_east_west.hot
11 accommodation: [pair, single_room, compute_nodes: 2]
12
13execution:
14 tests:
15 -
16 title: Ping
17 class: flent
18 method: ping
19 time: 10
20 sla:
21 - "[type == 'agent'] >> (stats.ping_icmp.avg < 2.0)"
22 -
23 title: TCP
24 class: iperf3
25 sla:
26 - "[type == 'agent'] >> (stats.bandwidth.avg > 5000)"
27 - "[type == 'agent'] >> (stats.retransmits.max < 10)"
28 -
29 title: UDP
30 class: iperf3
31 udp: on
32 bandwidth: 0
33 datagram_size: 32
34 sla:
35 - "[type == 'agent'] >> (stats.packets.avg > 100000)"