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_l2o4.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh (limited to 'tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh') diff --git a/tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh new file mode 100755 index 0000000..c308b51 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test basic LISP functionality (ip4 over ip4) + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/multihoming/l2o4 +ODL_CONFIG_DIR=`pwd`/../configs/odl/multihoming/l2o4 + +source test_driver/multihoming_l2.sh + +test_multihoming ping "6.0.1.12" -- cgit 1.2.3-korg