Merge "Adding simple cmdline to run the Network service testcases"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc027.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC027 config file;
6     Measure IPV6 network latency using ping6.
7
8 {% set openrc = openrc or "/opt/admin-openrc.sh" %}
9 {% set external_network = external_network or "ext-net" %}
10 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_physical/pod.yaml" %}
11 scenarios:
12 -
13   type: Ping6
14   options:
15     packetsize: 56
16     ping_count: 5
17     host: host1,host2,host3,host4,host5
18     openrc: {{openrc}}
19     external_network: {{external_network}}
20   nodes:
21     host1: node1.IPV6
22     host2: node2.IPV6
23     host3: node3.IPV6
24     host4: node4.IPV6
25     host5: node5.IPV6
26   runner:
27     type: Iteration
28     iterations: 1
29     interval: 1
30     run_step: 'setup,run,teardown'
31   sla:
32     max_rtt: 30
33     action: monitor
34
35
36 context:
37   type: Node
38   name: IPV6
39   file: {{pod_info}}
40