summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/odl_utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/odl_utils.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/odl_utils.sh1
1 files changed, 1 insertions, 0 deletions
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 {