summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2016-12-01 12:14:08 +0100
committerFilip Tehlar <ftehlar@cisco.com>2016-12-01 12:14:08 +0100
commitad879eb612c0bebd981e58fb74d8c0269952f2bd (patch)
tree3f33d09624692e7a16db5e53b3b9c449e4dcbac0
parent5089c8126fe1d2c389ebc2e4b579612d6df15a69 (diff)
Disable SD tests expected failing
Change-Id: Ibbea0dc6b1803e914766e4b6c0b55edd647c2bac Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
-rwxr-xr-xtests/data_plane/vpp_lite_topo/run.sh12
-rwxr-xr-xtests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh (renamed from tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh)0
-rwxr-xr-xtests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh (renamed from tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh)0
3 files changed, 12 insertions, 0 deletions
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/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
index d62aff6..d62aff6 100755
--- a/tests/data_plane/vpp_lite_topo/tests/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
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/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh
index 752ea9b..752ea9b 100755
--- a/tests/data_plane/vpp_lite_topo/tests/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