summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh b/tests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh
new file mode 100755
index 0000000..1e505b3
--- /dev/null
+++ b/tests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+
+# Test map resover failover scenario
+#
+# Current implementation selects first map resolver that is configured
+# and sends map requests towards it. If there is no response try next one.
+# This test verifies whether ITR is able to switch ultimately to a working one.
+
+VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/basic/4o4_failover
+ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/4o4
+
+source test_driver/resolver_failover.sh
+
+test_resolver_failover ping "6.0.2.2"