summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2016-07-07 08:29:25 +0200
committerFilip Tehlar <ftehlar@cisco.com>2016-07-07 12:26:52 +0200
commit05479d8750d11d46a939c31ca78e99ecc310dc7a (patch)
treed1acfad937839fad93f52cdff4d0b34a69588e77 /tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh
parent12defda1182a88e98a20d63c32fe897359663ad7 (diff)
Add script which runs all VPP lite tests
Change-Id: I13c8726ac60647201d40249434f3a81085a8f9ff Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh b/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh
deleted file mode 100755
index c45bb3f..0000000
--- a/tests/data_plane/vpp_lite_topo/test_rtr_two_iface_4o4.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/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/4o4"
-ODL_CONFIG_DIR=`pwd`"/../configs/odl/rtr_two_iface/4o4/"
-
-source test_driver/rtr_two_iface.sh
-
-test_rtr_two_iface "6.0.4.4"