summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/tests/manual_test_resolver_failover.sh
blob: 1e505b31aad69a044770078145a0d7a1f6c3d7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"