summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/run.sh')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/run.sh2
1 files changed, 2 insertions, 0 deletions
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