544118869db180d6786f63a9dd11439450694f4b
[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 pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_physical/pod.yaml" %}
7 scenarios:
8 -
9   type: Ping6
10   options:
11     packetsize: 56
12     host: host1,host2,host3,host4,host5
13   nodes:
14     host1: node1.IPV6
15     host2: node2.IPV6
16     host3: node3.IPV6
17     host4: node4.IPV6
18     host5: node5.IPV6
19   runner:
20     type: Iteration
21     iterations: 1
22     interval: 1
23     run_step: 'setup,run,teardown'
24   sla:
25     max_rtt: 30
26     action: monitor
27
28 precondition:
29   installer_type: compass
30   deploy_scenarios: os-nosdn
31   pod_name: huawei-pod1
32
33 context:
34   type: Node
35   name: IPV6
36   file: {{pod_info}}
37
38