Code Review
/
yardstick.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Add test case description and modify task file for TC042"
[yardstick.git]
/
samples
/
iperf3.yaml
1
---
2
# Sample benchmark task config file
3
# measure network throughput using iperf3
4
5
schema: "yardstick:task:0.1"
6
7
scenarios:
8
-
9
type: Iperf3
10
options:
11
host: zeus.demo
12
target: hera.demo
13
14
runner:
15
type: Duration
16
duration: 60
17
18
sla:
19
bytes_per_second: 2900000000
20
action: monitor
21
22
context:
23
name: demo
24
image: yardstick-trusty-server
25
flavor: yardstick-flavor
26
user: ubuntu
27
28
placement_groups:
29
pgrp1:
30
policy: "availability"
31
32
servers:
33
zeus:
34
floating_ip: true
35
placement: "pgrp1"
36
hera:
37
floating_ip: true
38
placement: "pgrp1"
39
40
networks:
41
test:
42
cidr: '10.0.1.0/24'
43