summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/tests')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/tests/test_multihoming_4o4.sh10
-rwxr-xr-xtests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh10
-rwxr-xr-xtests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh10
3 files changed, 30 insertions, 0 deletions
diff --git a/tests/data_plane/vpp_lite_topo/tests/test_multihoming_4o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_4o4.sh
new file mode 100755
index 0000000..69f46bf
--- /dev/null
+++ b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_4o4.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+# Test basic LISP functionality (ip4 over ip4)
+
+VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/multihoming/4o4
+ODL_CONFIG_DIR=`pwd`/../configs/odl/multihoming/4o4
+
+source test_driver/multihoming.sh
+
+test_multihoming ping "6.0.2.2"
diff --git a/tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh
new file mode 100755
index 0000000..85681e3
--- /dev/null
+++ b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_6o6.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+# Test LISP multihoming functionality (ip6 over ip6)
+
+VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/multihoming/6o6
+ODL_CONFIG_DIR=`pwd`/../configs/odl/multihoming/6o6
+
+source test_driver/multihoming.sh
+
+test_multihoming ping6 "6:0:2::2"
diff --git a/tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh
new file mode 100755
index 0000000..c308b51
--- /dev/null
+++ b/tests/data_plane/vpp_lite_topo/tests/test_multihoming_l2o4.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+# Test basic LISP functionality (ip4 over ip4)
+
+VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/multihoming/l2o4
+ODL_CONFIG_DIR=`pwd`/../configs/odl/multihoming/l2o4
+
+source test_driver/multihoming_l2.sh
+
+test_multihoming ping "6.0.1.12"