Merge "Add more parameters in iperf3 taml"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc011.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
11 schema: "yardstick:task:0.1"
12 description: >
13     Yardstick TC011 config file;
14     Measure packet delay variation (jitter) using iperf3.
15
16 scenarios:
17 -
18   type: Iperf3
19   options:
20     udp: udp
21     bandwidth: 20m
22     length: 8K
23     window: 29200
24   host: zeus.demo
25   target: hera.demo
26
27   runner:
28     type: Duration
29     duration: 30
30
31   sla:
32     jitter: 10
33     action: monitor
34
35 context:
36   name: demo
37   image: yardstick-image
38   flavor: yardstick-flavor
39   user: ubuntu
40
41   placement_groups:
42     pgrp1:
43       policy: "availability"
44
45   servers:
46     zeus:
47       floating_ip: true
48       placement: "pgrp1"
49     hera:
50       floating_ip: true
51       placement: "pgrp1"
52
53   networks:
54     test:
55       cidr: '10.0.1.0/24'