Support run cyclictest on BareMetal
[yardstick.git] / samples / ping6.yaml
1 ---
2 # Sample test case for ipv6
3
4 schema: "yardstick:task:0.1"
5
6 scenarios:
7 -
8   type: Ping6
9   options:
10     packetsize: 200
11   host: node1.IPV6
12
13   runner:
14     type: Iteration
15     iterations: 1
16     interval: 1
17     run_step: 'setup,run,teardown'
18   sla:
19     max_rtt: 10
20     action: monitor
21
22
23 context:
24   type: Node
25   name: IPV6
26   file: /root/yardstick/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
27
28