Merge "Avoid the ValueError exception for a ping timeout."
[yardstick.git] / samples / ping-node-context.yaml
1 ---
2 # Sample benchmark task config file
3 # measure network latency using ping
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: Ping
10   options:
11     packetsize: 200
12   host: athena.LF
13   target: ares.LF
14
15   runner:
16     type: Duration
17     duration: 60
18     interval: 1
19
20   sla:
21     max_rtt: 10
22     action: monitor
23
24
25 context:
26   type: Node
27   name: LF
28   file: /etc/yardstick/nodes/pod.yaml
29