Add script which runs all VPP lite tests
[one.git] / tests / data_plane / vpp_lite_topo / tests / test_rtr_single_iface_6o4.sh
1 #!/usr/bin/env bash
2
3 #
4 # Test for VPP LISP RTR functionality (6over4).
5 #
6 # IMPORTANT: This test needs to have ODL running with following config
7 # line in etc/custom.properties:
8 #   lisp.elpPolicy = replace
9 #
10 # This test configures a topology of two XTRs and RTR. An ICMP request is
11 # sent from host1 behind first TR to the host2 behind the second TR.
12 #
13
14 VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/rtr_single_iface/6o4/"
15 ODL_CONFIG_DIR=`pwd`"/../configs/odl/rtr_single_iface/6o4"
16
17 source test_driver/rtr_single_iface.sh
18
19 test_rtr_single_iface ping6 "6:0:4::4"