Add statistics test
[one.git] / tests / data_plane / vpp_lite_topo / tests / manual_test_resolver_failover.sh
1 #!/usr/bin/env bash
2
3 # Test map resover failover scenario
4 #
5 # Current implementation selects first map resolver that is configured
6 # and sends map requests towards it. If there is no response try next one.
7 # This test verifies whether ITR is able to switch ultimately to a working one.
8
9 VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/basic/4o4_failover
10 ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/4o4
11
12 source test_driver/resolver_failover.sh
13
14 test_resolver_failover ping "6.0.2.2"