diff options
author | Adrian Villin <avillin@cisco.com> | 2024-05-06 06:55:34 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-05-10 03:53:42 +0000 |
commit | 637edda1324fac88117d5520f94377e5d303128c (patch) | |
tree | 5c4af83fc975aa3a982c2992f5afc49c950914a8 /Makefile | |
parent | 8761095e80fd21216a669797e1d4b45a7aa388a4 (diff) |
hs-test: logging improvements
Type: test
Change-Id: Iffefe085e846b6ba614b0d74c4ba9907080a9a59
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ DEB_DEPENDS += nasm DEB_DEPENDS += iperf ethtool # for 'make test TEST=vm_vpp_interfaces' DEB_DEPENDS += libpcap-dev DEB_DEPENDS += tshark +DEB_DEPENDS += jq # for extracting test summary from .json report (hs-test) LIBFFI=libffi6 # works on all but 20.04 and debian-testing |