From: juraj.linkes Date: Fri, 17 Aug 2018 06:42:40 +0000 (+0200) Subject: Add psutil to testing virtualenv X-Git-Tag: v18.10-rc1~422 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a60c3ed14b2cd2f63a1262b8935b823e081aeef7;p=vpp.git Add psutil to testing virtualenv Change-Id: I650c9f226bcdc6328a7b4ff2dc4bd20cea8a512a Signed-off-by: juraj.linkes --- diff --git a/test/Makefile b/test/Makefile index 06596424e9d..8af94f9f7e4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -67,7 +67,7 @@ PYTHON_EXTRA_DEPENDS= endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) faulthandler six scapy==2.4.0 pexpect cryptography subprocess32 cffi git+https://github.com/vpp-dev/py-lispnetworking +PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) psutil faulthandler six scapy==2.4.0 pexpect cryptography subprocess32 cffi git+https://github.com/vpp-dev/py-lispnetworking SCAPY_SOURCE=$(shell find $(PYTHON_VENV_PATH) -name site-packages) BUILD_COV_DIR=$(BR)/test-cov