modify sc lab pod yaml as real configure
[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: host1,host2,host3,host4,host5
12   nodes:
13     host1: node1.IPV6
14     host2: node2.IPV6
15     host3: node3.IPV6
16     host4: node4.IPV6
17     host5: node5.IPV6
18   runner:
19     type: Iteration
20     iterations: 1
21     interval: 1
22     run_step: 'setup,run,teardown'
23   sla:
24     max_rtt: 10
25     action: monitor
26
27
28 context:
29   type: Node
30   name: IPV6
31   file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml
32
33