aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNaveen Joy <najoy@cisco.com>2022-12-20 08:39:06 -0800
committerDave Wallace <dwallacelf@gmail.com>2023-01-10 21:25:23 +0000
commit1ee30fd5d2d58d2d6a734dff62a9852236b8b2cf (patch)
tree7c2255c942668c6cbe72a9526010eb95b0e104c4 /Makefile
parentf457f1fa024ac8cd4f80885aa92b2fc22db882db (diff)
tests: update install-deps to support interface test runs in the CI
Change-Id: I704c35644b3caf6567be4b43dc4e550d1394e438 Type: improvement Signed-off-by: Naveen Joy <najoy@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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