aboutsummaryrefslogtreecommitdiffstats
path: root/samples/ping6_odl.yaml
diff options
context:
space:
mode:
authorkubi <jean.gaoliang@huawei.com>2016-01-19 16:02:05 +0800
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-02-25 10:53:40 +0000
commitbc63c492a8a321c898ad265a54061571d4bd269f (patch)
tree3261305b4ca8070d156f6589a859f40bb82fbb39 /samples/ping6_odl.yaml
parentaaaaaa655630163604dc627244f74a8ebada65c4 (diff)
support os+odl for ipv6brahmaputra.1.0
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> (cherry picked from commit 3717375b27980ec55fe54f23077d01e51f130b6f)
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
+
+