IPv6 connectivity between nodes on the tenant network
[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   host: node1.IPV6
11
12   runner:
13     type: Iteration
14     iterations: 1
15     interval: 1
16     run_step: 'setup,run,teardown'
17   sla:
18     max_rtt: 10
19     action: monitor
20
21
22 context:
23   type: Node
24   name: IPV6
25   file: /root/yardstick/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
26
27