Update release note for Danube.3.2
[yardstick.git] / samples / iperf3.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Ericsson AB and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # Sample benchmark task config file
11 # measure network throughput using iperf3
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: Iperf3
18   options:
19   host: zeus.demo
20   target: hera.demo
21
22   runner:
23     type: Duration
24     duration: 60
25
26   sla:
27     bytes_per_second: 2900000000
28     action: monitor
29
30 context:
31   name: demo
32   image: yardstick-image
33   flavor: yardstick-flavor
34   user: ubuntu
35
36   placement_groups:
37     pgrp1:
38       policy: "availability"
39
40   servers:
41     zeus:
42       floating_ip: true
43       placement: "pgrp1"
44     hera:
45       floating_ip: true
46       placement: "pgrp1"
47
48   networks:
49     test:
50       cidr: '10.0.1.0/24'
51