From 7000eb00c39af12b3abc7d74d1f13f99f5b2b338 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 17 Oct 2017 07:32:18 -0700 Subject: Fix NSH test Change-Id: Ia6b50dcf94680d65f13a2f7aebb7a53bfccfe492 Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data_plane/vpp_lite_topo/run.sh') diff --git a/tests/data_plane/vpp_lite_topo/run.sh b/tests/data_plane/vpp_lite_topo/run.sh index 2d712d2..7519ce5 100755 --- a/tests/data_plane/vpp_lite_topo/run.sh +++ b/tests/data_plane/vpp_lite_topo/run.sh @@ -88,6 +88,7 @@ do # run the test case base_name=`basename -a "$test_case"` printf "*** %2d/%d : %-48s" $count $test_num "$base_name" + logger "*** test start $base_name" if [ $verbose -ne 0 ] ; then "$test_case" @@ -104,6 +105,7 @@ do printf "passed.\n" let "passed_num=$passed_num + 1" fi + logger "*** test end $base_name: result: $rc" sleep 1 done -- cgit 1.2.3-korg