summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/lisp_test.sh
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2016-06-07 21:06:25 +0200
committerFlorin Coras <fcoras@cisco.com>2016-06-07 21:06:25 +0200
commit136439647bd4a41490e3a30077cefdfb2659e395 (patch)
treebd1a8ee80ddd40c827dfa8a78e29b65bf3487210 /tests/data_plane/vpp_lite_topo/lisp_test.sh
parent4bf6318c1de924c63e22479cc38549ce3af3e420 (diff)
Fix tests after VPP API change
chroot startup.conf option was renamed to api-segment. Additionally, make sure VPP instances are really killed at cleanup. Change-Id: Icadb9dfebade7e66a4302ba0640583f02869d200 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/lisp_test.sh')
-rwxr-xr-xtests/data_plane/vpp_lite_topo/lisp_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data_plane/vpp_lite_topo/lisp_test.sh b/tests/data_plane/vpp_lite_topo/lisp_test.sh
index 33eee54..abacd42 100755
--- a/tests/data_plane/vpp_lite_topo/lisp_test.sh
+++ b/tests/data_plane/vpp_lite_topo/lisp_test.sh
@@ -132,13 +132,13 @@ sudo $VPP_LITE_BIN \
unix { log /tmp/vpp1.log cli-listen \
localhost:5002 full-coredump \
exec $VPP_LITE_CONF/${VPP1_CONF} } \
- api-trace { on } chroot {prefix xtr1}
+ api-trace { on } api-segment {prefix xtr1}
sudo $VPP_LITE_BIN \
unix { log /tmp/vpp2.log cli-listen \
localhost:5003 full-coredump \
exec $VPP_LITE_CONF/${VPP2_CONF}} \
- api-trace { on } chroot {prefix xtr2}
+ api-trace { on } api-segment {prefix xtr2}
if [ "$#" == 0 ] || [ "$1" == "ip4" ] ; then