hs-test: include http2 tests in gcov run reports 39/43039/2
authorSemir Sionek <[email protected]>
Tue, 27 May 2025 12:49:08 +0000 (08:49 -0400)
committerDave Wallace <[email protected]>
Tue, 27 May 2025 15:59:46 +0000 (15:59 +0000)
Type: make
Change-Id: I038aa549eb2a4757d880c75aa8eefd91ef154edb
Signed-off-by: Semir Sionek <[email protected]>
test/Makefile

index 56e8c18..7f9d06b 100644 (file)
@@ -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/')