aboutsummaryrefslogtreecommitdiffstats
path: root/samples/ping6_odl.yaml
diff options
context:
space:
mode:
authorkubi <jean.gaoliang@huawei.com>2016-01-19 16:02:05 +0800
committerkubi <jean.gaoliang@huawei.com>2016-01-19 09:31:42 +0000
commit3717375b27980ec55fe54f23077d01e51f130b6f (patch)
treeace9c942bb79fa4016ba5f95c1bf37e0d84264b8 /samples/ping6_odl.yaml
parent5ee5f2bc482f97ac5a0b7d3c7766498efdbdf4b6 (diff)
support os+odl for ipv6
As we known, the network of os+odl scenario is still not available. so this patch still need to do more debug work. however, Jan 19th is code freeze day, i think a good way is to merge it at first when os+odl become available, i will do rest debug work and fix it Change-Id: I518f759069e74d2e57e40b52dfecaef4b4d26a02 Signed-off-by: kubi <jean.gaoliang@huawei.com>
Diffstat (limited to 'samples/ping6_odl.yaml')
-rw-r--r--samples/ping6_odl.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/samples/ping6_odl.yaml b/samples/ping6_odl.yaml
new file mode 100644
index 000000000..cfb556e51
--- /dev/null
+++ b/samples/ping6_odl.yaml
@@ -0,0 +1,34 @@
+---
+# Sample test case for ipv6
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: Ping6
+ options:
+ packetsize: 200
+ sdn: odl
+ host: host1,host2,host3,host4,host5
+ nodes:
+ host1: node1.IPV6
+ host2: node2.IPV6
+ host3: node3.IPV6
+ host4: node4.IPV6
+ host5: node5.IPV6
+ runner:
+ type: Iteration
+ iterations: 1
+ interval: 1
+ run_step: 'setup,run,teardown'
+ sla:
+ max_rtt: 10
+ action: monitor
+
+
+context:
+ type: Node
+ name: IPV6
+ file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml
+
+