Improve OVS-DPDK boot process
[yardstick.git] / samples / iperf3-jitter.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd 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 packet delay variation (jitter) using iperf3
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: Iperf3
18   options:
19     udp: udp
20     bandwidth: 20m
21   host: zeus.demo
22   target: hera.demo
23
24   runner:
25     type: Duration
26     duration: 3
27
28   sla:
29     jitter: 10
30     action: monitor
31
32 context:
33   name: demo
34   image: yardstick-image
35   flavor: yardstick-flavor
36   user: ubuntu
37
38   placement_groups:
39     pgrp1:
40       policy: "availability"
41
42   servers:
43     zeus:
44       floating_ip: true
45       placement: "pgrp1"
46     hera:
47       floating_ip: true
48       placement: "pgrp1"
49
50   networks:
51     test:
52       cidr: '10.0.1.0/24'
53