diff options
author | “mystarrocks” <mystarrocks@yahoo.com> | 2017-12-11 07:11:51 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-12-15 09:50:21 +0000 |
commit | 23f0c4515f62b18ef6f1ff7cab537838f0f65457 (patch) | |
tree | ccdb213bab347b051a9bc43a3c7b8bf627e2a893 /test/Makefile | |
parent | e1584a6c5da542a9b772b901208ad70840a6fa01 (diff) |
ESP_AH_test_automation_scripts rev1
Change-Id: I941abdc4a02e4c52c66b9d299e380b27caca7c1d
Signed-off-by: “mystarrocks” <mystarrocks@yahoo.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index b429ac9e6e2..4f090a15066 100644 --- a/test/Makefile +++ b/test/Makefile @@ -47,7 +47,7 @@ UNITTEST_EXTRA_OPTS=$(UNITTEST_FAILFAST_OPTS) -d $(EXTERN_TESTS) endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=faulthandler six scapy==2.3.3 pexpect subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup +PYTHON_DEPENDS=faulthandler six scapy==2.3.3 pexpect pycrypto subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup SCAPY_SOURCE=$(shell find $(PYTHON_VENV_PATH) -name site-packages) BUILD_COV_DIR=$(BR)/test-cov |