X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Fodl_utils.sh;h=f6f995702d801a0c54ab2032a87b575c718ea00b;hb=d65394be7ad78b9a923f2149ccdf74fb91a747d1;hp=44064c047f728ea66f60e7755d2f78602296a28b;hpb=5089c8126fe1d2c389ebc2e4b579612d6df15a69;p=one.git diff --git a/tests/data_plane/vpp_lite_topo/odl_utils.sh b/tests/data_plane/vpp_lite_topo/odl_utils.sh index 44064c0..f6f9957 100644 --- a/tests/data_plane/vpp_lite_topo/odl_utils.sh +++ b/tests/data_plane/vpp_lite_topo/odl_utils.sh @@ -13,6 +13,7 @@ function odl_clear_all { echo "Deleting all ODL mappings.." curl -X DELETE "http://${ODL_IP}:${ODL_PORT}/restconf/config/odl-mappingservice:mapping-database" \ -u ${ODL_USER}:${ODL_PASSWD} + # TODO how to delete operational mappings? } function check_odl_running {