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=0c5dfc4392f84c69c36f37527aa73c53bdca6d54;hb=ebfd5b56b3c336b87a919898174a7ee7aafe3364;hp=f2f8502e2300accb349f4060fc2f2c1bb9d2d0f9;hpb=013d3a566708c8877539befac1d85aec164e4f32;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/config.sh b/tests/data_plane/vpp_lite_topo/config.sh index f2f8502..0c5dfc4 100644 --- a/tests/data_plane/vpp_lite_topo/config.sh +++ b/tests/data_plane/vpp_lite_topo/config.sh @@ -162,6 +162,13 @@ function start_map_resolver mr_id=$! } +function start_map_server +{ + echo "starting dummy map server on interface $1" + python scripts/dummy_map_server.py "$1" 4342 & + ms_id=$! +} + function check_counters { python scripts/vat/check_counters.py ${VPP_API_TEST} ${VAT_TEMPLATES} "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8"