diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2017-01-31 10:39:16 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-02-21 22:21:19 +0000 |
commit | 770e89e6b916319eedd91c6edf16f0d7e89f556c (patch) | |
tree | 5ccae7aaa4b00a862e2f52c9bb2fa0abe712530b /test/Makefile | |
parent | 057bb8c3a4c509652457b3f679a64077a5aa8505 (diff) |
Add basic 4o4 LISP unit test
Change-Id: I2d812153d7afe7980346382b525af89b3c47e796
Signed-off-by: Filip Tehlar <ftehlar@cisco.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 65b5a9bd33e..fd1bc0a4d62 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,7 +12,7 @@ UNITTEST_EXTRA_OPTS="-f" endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=scapy==2.3.3 pexpect subprocess32 +PYTHON_DEPENDS=scapy==2.3.3 pexpect subprocess32 git+https://github.com/klement/py-lispnetworking@setup SCAPY_SOURCE=$(PYTHON_VENV_PATH)/lib/python2.7/site-packages/ BUILD_COV_DIR = $(BR)/test-cov |