X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=8db34820a391ed820263b6831285f0118787832a;hb=3c6f1045e23f920adf1dbac4e308c7bff4f59b7f;hp=9425743cc7e81c7115e582d518f8d698ec90ca6c;hpb=03afb6d973edea2d0e5ba6b7459e26c4192e9506;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 9425743cc7e..8db34820a39 100644 --- a/test/Makefile +++ b/test/Makefile @@ -76,7 +76,7 @@ PYTHON_EXTRA_DEPENDS= endif PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) -r requirements.txt -SCAPY_SOURCE=$(shell find $(VENV_PATH) -name site-packages) +SCAPY_SOURCE=$(shell find $(VENV_PATH)/lib/$(PYTHON) -name site-packages) BUILD_COV_DIR=$(TEST_DIR)/coverage GET_PIP_SCRIPT=$(TEST_RUN_DIR)/get-pip.py