From bc63c492a8a321c898ad265a54061571d4bd269f Mon Sep 17 00:00:00 2001 From: kubi Date: Tue, 19 Jan 2016 16:02:05 +0800 Subject: 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 (cherry picked from commit 3717375b27980ec55fe54f23077d01e51f130b6f) --- samples/ping6_odl.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 samples/ping6_odl.yaml (limited to 'samples/ping6_odl.yaml') 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 + + -- cgit 1.2.3-korg