Add RTR + EID virt test (6over46)
[one.git] / tests / data_plane / vpp_lite_topo / test_rtr_two_iface_6o46.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 #
-# Test for VPP LISP RTR functionality (4over4).
+# Test for VPP LISP RTR functionality (6over46).
 #
 # IMPORTANT: This test needs to have ODL running with following config
 # line in etc/custom.properties:
@@ -9,11 +9,10 @@
 #
 # This test configures a topology of two XTRs and RTR. An ICMP request is
 # sent from host1 behind first TR to the host2 behind the second TR.
-# Both host and underlaying networks are IPv4.
 #
 
-VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/rtr_two_iface/mixed"
-ODL_CONFIG_DIR=`pwd`"/../configs/odl/rtr_two_iface/mixed/"
+VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/rtr_two_iface/6o46"
+ODL_CONFIG_DIR=`pwd`"/../configs/odl/rtr_two_iface/6o46"
 
 source test_driver/rtr_two_iface.sh