modify sc lab pod yaml as real configure
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc027.yaml
1 ---
2 # Yardstick TC027 config file
3 # Measure IPV6 network latency using ping6
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: Ping6
10   options:
11     packetsize: 200
12     host: host2,host3,host4,host5
13   nodes:
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: 30
25     action: monitor
26
27
28 context:
29   type: Node
30   name: IPV6
31   file: /home/opnfv/repos/yardstick/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
32
33