X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=0369018af2fa1acf3f7e8ff9a1f11aeb6454b44c;hb=ab9e20b7310b7f3b91774c43aed9c34712ef7925;hp=9f13e90d70148e55e037afdab0c74da85c91f1ee;hpb=9db94454b979d54d9a4bbaeb335582adacba9943;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 9f13e90d701..0369018af2f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -73,7 +73,7 @@ PYTHON_EXTRA_DEPENDS= endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) psutil faulthandler six scapy==2.4.0 pexpect cryptography subprocess32 cffi syslog-rfc5424-parser +PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) -r requirements.txt SCAPY_SOURCE=$(shell find $(PYTHON_VENV_PATH) -name site-packages) BUILD_COV_DIR=$(BR)/test-cov