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
/
ping-multiple-vm.yaml
1
---
2
# Sample benchmark task config file measure network latency using ping
3
# between mutiple virtual machines
4
5
6
schema: "yardstick:task:0.1"
7
8
scenarios:
9
-
10
type: Ping
11
options:
12
packetsize: 200
13
host: athena.demo
14
# key 'targets' for multiple targets
15
targets:
16
- ares.demo
17
- kratos.demo
18
19
runner:
20
type: Duration
21
duration: 60
22
interval: 1
23
24
sla:
25
max_rtt: 10
26
action: monitor
27
28
context:
29
name: demo
30
image: cirros-0.3.3
31
flavor: m1.tiny
32
user: cirros
33
34
servers:
35
athena:
36
floating_ip: true
37
ares:
38
kratos:
39
40
networks:
41
test:
42
cidr: '10.0.1.0/24'