add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / ping6.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # Sample test case for ipv6
11
12 schema: "yardstick:task:0.1"
13
14 scenarios:
15 -
16   type: Ping6
17   options:
18     packetsize: 200
19     ping_count: 5
20     host: host1,host2,host3,host4,host5
21   nodes:
22     host1: node1.IPV6
23     host2: node2.IPV6
24     host3: node3.IPV6
25     host4: node4.IPV6
26     host5: node5.IPV6
27   runner:
28     type: Iteration
29     iterations: 1
30     interval: 1
31     run_step: 'setup,run,teardown'
32   sla:
33     max_rtt: 10
34     action: monitor
35
36
37 context:
38   type: Node
39   name: IPV6
40   file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml
41
42