From eb34bf736c309677e631587b02ebe58b6727e6a7 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 15 Dec 2016 14:10:52 +0100 Subject: Enable advanced src/dst tests Change-Id: I6c8cbf3054ae5a91acb64625f29012ae0a190a55 Signed-off-by: Filip Tehlar --- .../disabled_test_src_dst_superset_ippref_overwrite_4o4.sh | 10 ---------- .../disabled_test_src_dst_superset_ippref_overwrite_6o4.sh | 10 ---------- .../tests/test_src_dst_superset_ippref_overwrite_4o4.sh | 10 ++++++++++ .../tests/test_src_dst_superset_ippref_overwrite_6o4.sh | 10 ++++++++++ 4 files changed, 20 insertions(+), 20 deletions(-) delete mode 100755 tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh delete mode 100755 tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh create mode 100755 tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh create mode 100755 tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh diff --git a/tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh b/tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh deleted file mode 100755 index d62aff6..0000000 --- a/tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# Test for overwriting remote mappings from the LISP map-cache - -VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/sd/overwrite/4o4 -ODL_CONFIG_DIR=`pwd`/../configs/odl/sd/overwrite_superset/4o4 - -source test_driver/src_dst_overwrite.sh - -test_src_dst_overwrite ping "6.0.2.2" diff --git a/tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh b/tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh deleted file mode 100755 index 752ea9b..0000000 --- a/tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# Test for overwriting remote mappings from the LISP map-cache - -VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/sd/overwrite/6o4 -ODL_CONFIG_DIR=`pwd`/../configs/odl/sd/overwrite_superset/6o4 - -source test_driver/src_dst_overwrite.sh - -test_src_dst_overwrite ping6 "6:0:2::2" diff --git a/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh new file mode 100755 index 0000000..d034820 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test for overwriting remote mappings from the LISP map-cache + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/sd/overwrite/4o4 +ODL_CONFIG_DIR=`pwd`/../configs/odl/sd/overwrite_superset/4o4 + +source test_driver/src_dst_overwrite.sh + +test_src_dst_overwrite_superset ping "6.0.2.2" diff --git a/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh new file mode 100755 index 0000000..d446de9 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test for overwriting remote mappings from the LISP map-cache + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/sd/overwrite/6o4 +ODL_CONFIG_DIR=`pwd`/../configs/odl/sd/overwrite_superset/6o4 + +source test_driver/src_dst_overwrite.sh + +test_src_dst_overwrite_superset ping6 "6:0:2::2" -- cgit 1.2.3-korg