From d65394be7ad78b9a923f2149ccdf74fb91a747d1 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 22 Nov 2016 14:05:49 +0100 Subject: Add map register and rloc probe tests Change-Id: I7b2908ee9e6058bc5bad9ea82ca69e51e3bb2534 Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/odl_utils.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data_plane/vpp_lite_topo/odl_utils.sh') 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 { -- cgit 1.2.3-korg