summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/odl_utils.sh
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2016-11-22 14:05:49 +0100
committerFilip Tehlar <ftehlar@cisco.com>2016-11-25 14:50:40 +0100
commitd65394be7ad78b9a923f2149ccdf74fb91a747d1 (patch)
tree1b91ccf99bbb82dcdd25275d853ada0549f175d1 /tests/data_plane/vpp_lite_topo/odl_utils.sh
parent5089c8126fe1d2c389ebc2e4b579612d6df15a69 (diff)
Add map register and rloc probe tests
Change-Id: I7b2908ee9e6058bc5bad9ea82ca69e51e3bb2534 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
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 {