summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2016-06-15 19:57:48 +0200
committerFlorin Coras <fcoras@cisco.com>2016-06-15 19:57:48 +0200
commit9b9b4ff50703cd969842bb8c5f869a38edf2ea18 (patch)
tree1f476e8dac9aa1fabe5c6a6c27c69326e2630454 /tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh
parent69e02f9476e9b616a9d53d6202ff5f6c11775bdc (diff)
Add tests for disjoint locators use cases
Change-Id: I2046bf0785bb0024d1b2e099d55da7fbefd70fc0 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh b/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh
new file mode 100755
index 0000000..0d7015b
--- /dev/null
+++ b/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o6.sh
@@ -0,0 +1,20 @@
+#!/usr/bin/env bash
+
+#
+# Test for VPP LISP RTR functionality (4over4).
+#
+# IMPORTANT: This test needs to have ODL running with following config
+# line in etc/custom.properties:
+# lisp.elpPolicy = replace
+#
+# 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/4o6"
+ODL_CONFIG_DIR=`pwd`"/../configs/odl/rtr_two_iface/4o6/"
+
+source test_driver/rtr_two_iface.sh
+
+test_rtr_two_iface "6.0.4.4"