From ad879eb612c0bebd981e58fb74d8c0269952f2bd Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 1 Dec 2016 12:14:08 +0100 Subject: Disable SD tests expected failing Change-Id: Ibbea0dc6b1803e914766e4b6c0b55edd647c2bac Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/run.sh | 12 ++++++++++++ .../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 ---------- 5 files changed, 32 insertions(+), 20 deletions(-) create mode 100755 tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh create mode 100755 tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh delete mode 100755 tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh delete 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/run.sh b/tests/data_plane/vpp_lite_topo/run.sh index 942acf8..2d712d2 100755 --- a/tests/data_plane/vpp_lite_topo/run.sh +++ b/tests/data_plane/vpp_lite_topo/run.sh @@ -72,6 +72,8 @@ check_odl_running # count tests test_num=`ls -l "$TESTS_DIR"/test_* | wc -l` +disabled_num=`ls -l "$TESTS_DIR"/disabled_test_* | wc -l` +manual_num=`ls -l "$TESTS_DIR"/manual_test_* | wc -l` echo echo "Running VPP lite test suite." @@ -123,6 +125,16 @@ else done fi +echo +if [ $disabled_num -ne 0 ] ; then + echo "Skipped tests: " $disabled_num +fi + +if [ $manual_num -ne 0 ] ; then + echo "Manual tests: " $manual_num +fi + +echo echo "------------------------------------------------------" ### end script 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 new file mode 100755 index 0000000..d62aff6 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/disabled_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 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 new file mode 100755 index 0000000..752ea9b --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/disabled_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 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 deleted file mode 100755 index d62aff6..0000000 --- a/tests/data_plane/vpp_lite_topo/tests/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/test_src_dst_superset_ippref_overwrite_6o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh deleted file mode 100755 index 752ea9b..0000000 --- a/tests/data_plane/vpp_lite_topo/tests/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" -- cgit 1.2.3-korg