fuel-plugin-vmware-dvs/plugin_test/shaker-scenarios/cross_az/perf_l2.yaml

58 lines
1.3 KiB
YAML

title: OpenStack L2 Cross-AZ Performance
description:
In this scenario Shaker launches 1 pair of instances in the same tenant
network. Each instance is hosted on a separate compute node.
The master and slave instances are in different availability zones.
The scenario is used to test throughput between `nova` and `vcenter` zones.
deployment:
template: l2.hot
accommodation: [pair, single_room, zones: [nova, vcenter], cross_az, compute_nodes: 2]
execution:
tests:
-
title: Ping
class: flent
method: ping
time: 10
sla:
- "[type == 'agent'] >> (stats.ping_icmp.avg < 2.0)"
-
title: TCP
class: iperf3
time: 600
sla:
- "[type == 'agent'] >> (stats.bandwidth.avg > 5000)"
- "[type == 'agent'] >> (stats.retransmits.max < 10)"
-
title: UDP64
class: iperf3
udp: on
bandwidth: 0
time: 600
datagram_size: 64
sla:
- "[type == 'agent'] >> (stats.packets.avg > 100000)"
-
title: UDP1500
class: iperf3
udp: on
time: 600
bandwidth: 0
datagram_size: 1500
sla:
- "[type == 'agent'] >> (stats.packets.avg > 100000)"
-
title: UDP9000
class: iperf3
udp: on
time: 600
bandwidth: 1000M
buffer_size: 8950
datagram_size: 9000
sla:
- "[type == 'agent'] >> (stats.packets.avg > 100000)"