ipv6 test case to de-coupling to fuel/compass
[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 {% set openrc = openrc or "/opt/admin-openrc.sh" %}
7 {% set external_network = external_network or "ext-net" %}
8 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_physical/pod.yaml" %}
9 scenarios:
10 -
11   type: Ping6
12   options:
13     packetsize: 56
14     ping_count: 5
15     host: host1,host2,host3,host4,host5
16     openrc: {{openrc}}
17     external_network: {{external_network}}
18   nodes:
19     host1: node1.IPV6
20     host2: node2.IPV6
21     host3: node3.IPV6
22     host4: node4.IPV6
23     host5: node5.IPV6
24   runner:
25     type: Iteration
26     iterations: 1
27     interval: 1
28     run_step: 'setup,run,teardown'
29   sla:
30     max_rtt: 30
31     action: monitor
32
33
34 context:
35   type: Node
36   name: IPV6
37   file: {{pod_info}}
38