From bcae6bae4f7baef18ef391af738a23405dd8ab3b Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 8 Jun 2016 09:21:25 +0200 Subject: Add EID virualization tests Change-Id: I27680706a5f244c3b756bc4abced5da9bad3007f Signed-off-by: Filip Tehlar --- .../vpp_lite_topo/test_eid_virtualization_6o6.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/test_eid_virtualization_6o6.sh (limited to 'tests/data_plane/vpp_lite_topo/test_eid_virtualization_6o6.sh') diff --git a/tests/data_plane/vpp_lite_topo/test_eid_virtualization_6o6.sh b/tests/data_plane/vpp_lite_topo/test_eid_virtualization_6o6.sh new file mode 100755 index 0000000..2b6d463 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/test_eid_virtualization_6o6.sh @@ -0,0 +1,22 @@ +#!/usr/bin/env bash + +# Test EID virualization (6over6) +# +# This test configures two LISP XTRs with two customers. Both customers +# have two client nodes (EID) as depict here: +# +# eid1 ______ _______ eid2 +# customer1 -| | | |- customer1 +# | xTR |----| xTR | +# customer2 -|_____| | |_____|- customer2 +# eid3 | eid4 +# ODL +# +# In this scenario both eid1 and eid3 are equal. + +VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/eid_virt/6o6" +ODL_CONFIG_DIR=`pwd`"/../configs/odl/eid_virt/6o6" + +source test_driver/two_customers_topo.sh + +test_eid_virtualization ping6 "6:0:4::4" -- cgit 1.2.3-korg