blob: 6c53394474c08a5477301c8ee04d26656387b8a6 [file] [log] [blame]
Oleg Basov5c426192019-02-05 17:00:35 +01001title: OpenStack L2 Cross-AZ 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.
6 The master and slave instances are in different availability zones.
7 The scenario is used to test throughput between `nova` and `vcenter` zones.
8
9deployment:
10 template: l2.hot
11 accommodation: [pair, single_room, zones: [nova, vcenter], cross_az, 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)"