summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/lisp_test.sh
diff options
context:
space:
mode:
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