Disable SD tests expected failing 53/4053/1
authorFilip Tehlar <ftehlar@cisco.com>
Thu, 1 Dec 2016 11:14:08 +0000 (12:14 +0100)
committerFilip Tehlar <ftehlar@cisco.com>
Thu, 1 Dec 2016 11:14:08 +0000 (12:14 +0100)
Change-Id: Ibbea0dc6b1803e914766e4b6c0b55edd647c2bac
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
tests/data_plane/vpp_lite_topo/run.sh
tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_4o4.sh [moved from tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_4o4.sh with 100% similarity]
tests/data_plane/vpp_lite_topo/tests/disabled_test_src_dst_superset_ippref_overwrite_6o4.sh [moved from tests/data_plane/vpp_lite_topo/tests/test_src_dst_superset_ippref_overwrite_6o4.sh with 100% similarity]

index 942acf8..2d712d2 100755 (executable)
@@ -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