Add map server fallback test
[one.git] / tests / data_plane / vpp_lite_topo / config.sh
index f2f8502..0c5dfc4 100644 (file)
@@ -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"