From d65394be7ad78b9a923f2149ccdf74fb91a747d1 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 22 Nov 2016 14:05:49 +0100 Subject: Add map register and rloc probe tests Change-Id: I7b2908ee9e6058bc5bad9ea82ca69e51e3bb2534 Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/tests/test_map_register_4o4.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/tests/test_map_register_4o4.sh (limited to 'tests/data_plane/vpp_lite_topo/tests/test_map_register_4o4.sh') diff --git a/tests/data_plane/vpp_lite_topo/tests/test_map_register_4o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_map_register_4o4.sh new file mode 100755 index 0000000..4bc471b --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/test_map_register_4o4.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test LISP map register feature (ip4 over ip4) + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/basic/4o4_map_register +ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/4o4_map_register + +source test_driver/basic.sh + +test_basic_map_register ping "6.0.2.2" -- cgit 1.2.3-korg