X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Fconfig.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Fconfig.sh;h=375dddc620a9402d20c7360c1d5cc89f6d67968d;hb=2e74e404fc9b91beeeed9103d5f8337a230412e2;hp=f938bfa8d30cf3c50367d284669b290d98919b64;hpb=348f41abe845c78afd1f441ff6dcbd0876686b87;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/config.sh b/tests/data_plane/vpp_lite_topo/config.sh index f938bfa..375dddc 100644 --- a/tests/data_plane/vpp_lite_topo/config.sh +++ b/tests/data_plane/vpp_lite_topo/config.sh @@ -158,3 +158,9 @@ function start_map_resolver python scripts/dummy_mr.py "$1" 4342 & mr_id=$! } + +function check_counters +{ + python scripts/vat/check_counters.py ${VPP_API_TEST} ${VAT_TEMPLATES} "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" +} +