Add script which runs all VPP lite tests
[one.git] / tests / data_plane / vpp_lite_topo / tests / test_eid_virtualization_4o4.sh
1 #!/usr/bin/env bash
2
3 # Test EID virualization (4over4)
4 #
5 # This test configures two LISP XTRs with two customers. Both customers
6 # have two client nodes (EID) as depict here:
7 #
8 #     eid1    ______     _______    eid2
9 #  customer1 -|     |    |     |- customer1
10 #             | xTR |----| xTR |
11 #  customer2 -|_____| |  |_____|- customer2
12 #     eid3            |             eid4
13 #                    ODL
14 #
15 # In this scenario both eid1 and eid3 are equal.
16
17 VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/eid_virt/4o4"
18 ODL_CONFIG_DIR=`pwd`"/../configs/odl/eid_virt/4o4"
19
20 source test_driver/two_customers_topo.sh
21
22 test_eid_virtualization ping "6.0.4.4"