From: Semir Sionek Date: Tue, 27 May 2025 12:49:08 +0000 (-0400) Subject: hs-test: include http2 tests in gcov run reports X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F43039%2F2;p=vpp.git hs-test: include http2 tests in gcov run reports Type: make Change-Id: I038aa549eb2a4757d880c75aa8eefd91ef154edb Signed-off-by: Semir Sionek --- 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/')