From: Naveen Joy Date: Tue, 20 Dec 2022 16:39:06 +0000 (-0800) Subject: tests: update install-deps to support interface test runs in the CI X-Git-Tag: v23.06-rc0~36 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=1ee30fd5d2d58d2d6a734dff62a9852236b8b2cf;p=vpp.git tests: update install-deps to support interface test runs in the CI Change-Id: I704c35644b3caf6567be4b43dc4e550d1394e438 Type: improvement Signed-off-by: Naveen Joy --- diff --git a/Makefile b/Makefile index 57714bf638d..743be51d007 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ DEB_DEPENDS += libssl-dev DEB_DEPENDS += libelf-dev # for libbpf (af_xdp) DEB_DEPENDS += iperf3 # for 'make test TEST=vcl' DEB_DEPENDS += nasm +DEB_DEPENDS += iperf ethtool # for 'make test TEST=vm_vpp_interfaces' LIBFFI=libffi6 # works on all but 20.04 and debian-testing