summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/tests/test_rtr_single_iface_4o6.sh
blob: 1bc2474f0ff10cb3796f42036c492fe800053f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env bash

#
# Test for VPP LISP RTR functionality (4over6).
#
# 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.
# Hosts resides in IPv4 network, underlying network is IPv6
#

VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/rtr_single_iface/4o6/"
ODL_CONFIG_DIR=`pwd`"/../configs/odl/rtr_single_iface/4o6"

source test_driver/rtr_single_iface.sh

test_rtr_single_iface ping "6.0.4.4"