From 76ab005261dba3fd5bec32df2ad253e4185116f0 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 10 Aug 2016 01:57:14 +0200 Subject: Add multihoming tests Change-Id: Ifc6d1ea02bc72b13ecca9a7e1ede0cd873687daf Signed-off-by: Florin Coras --- tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh (limited to 'tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh') diff --git a/tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh new file mode 100755 index 0000000..85681e3 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test LISP multihoming functionality (ip6 over ip6) + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/multihoming/6o6 +ODL_CONFIG_DIR=`pwd`/../configs/odl/multihoming/6o6 + +source test_driver/multihoming.sh + +test_multihoming ping6 "6:0:2::2" -- cgit 1.2.3-korg