From dac32494fab76d770f9df12cec63719c44eab3cf Mon Sep 17 00:00:00 2001 From: Semir Sionek Date: Tue, 27 May 2025 08:49:08 -0400 Subject: [PATCH] hs-test: include http2 tests in gcov run reports Type: make Change-Id: I038aa549eb2a4757d880c75aa8eefd91ef154edb Signed-off-by: Semir Sionek --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 56e8c1891bd..7f9d06bb48c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -389,7 +389,7 @@ COV_REM_TODO_NO_TEST="*/vpp-api/client/*" "*/plugins/prom/*" \ "*/plugins/ikev2/ikev2_format.c" "*/vnet/bier/bier_types.c" \ "*/plugins/ioam/*" "*/plugins/vxlan-gpe/*" "*/plugins/ioam/*" \ "*/plugins/hsi/*" "*/api/api_format.c" "*/*/api.c" "*/*/*_api.c" \ - "*/plugins/http/http2/*" "*/plugins/http_static/*" "*/plugins/hs_apps/*" + "*/plugins/http_static/*" "*/plugins/hs_apps/*" ifeq ($(HS_TEST),1) COV_REM_HST_UNUSED_FEAT= "*/plugins/ping/*" "*/plugins/unittest/mpcap_node.c" "*/vnet/bfd/*" \ "*/vnet/bier/*" "*/vnet/bonding/*" "*/vnet/classify/*" \ @@ -399,6 +399,8 @@ COV_REM_HST_UNUSED_FEAT= "*/plugins/ping/*" "*/plugins/unittest/mpcap_node.c" "* "*/vnet/span/*" "*/vnet/srv6/*" "*/vnet/teib/*" \ "*/vnet/tunnel/*" "*/vpp-api/vapi/*" "*/vpp/app/vpe_cli.c" \ "*/vppinfra/pcap.c" "*/vppinfra/pcap_funcs.h" +else +COV_REM_TODO_NO_TEST := $(COV_REM_TODO_NO_TEST) "*/plugins/http/http2/*" endif LCOV_VERSION=$(shell lcov --version | sed -E 's/^lcov: LCOV version ([0-9]+)[.].*/\1/') -- 2.16.6