From: Philippe Antoine Date: Thu, 18 Sep 2025 08:32:06 +0000 (+0200) Subject: http2: do not test HTTP2_DECOMPRESSION feature X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9969a1691cccba3d5621064a3a05c44a7a1ac8a7;p=thirdparty%2Fsuricata-verify.git http2: do not test HTTP2_DECOMPRESSION feature As it is always present since 7 --- diff --git a/README.md b/README.md index 74a5d6e25..2764e4c0b 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ checks: # as the test level requires above. requires: features: - - HTTP2_DECOMPRESSION + - HAVE_JA4 # The number of records this filter should match. count: 1 diff --git a/tests/http2-bugfixes/test.yaml b/tests/http2-bugfixes/test.yaml index b85d254a4..dcd8a3e2d 100644 --- a/tests/http2-bugfixes/test.yaml +++ b/tests/http2-bugfixes/test.yaml @@ -11,16 +11,12 @@ checks: event_type: anomaly # check gzip decompresser - filter: - requires: - features: [HTTP2_DECOMPRESSION] count: 1 match: event_type: fileinfo fileinfo.size: 639 # check brotli decompresser - filter: - requires: - features: [HTTP2_DECOMPRESSION] count: 1 match: event_type: fileinfo diff --git a/tests/http2-deflate/test.yaml b/tests/http2-deflate/test.yaml index ea0ecd080..efded58ec 100644 --- a/tests/http2-deflate/test.yaml +++ b/tests/http2-deflate/test.yaml @@ -1,7 +1,3 @@ -requires: - features: - - HTTP2_DECOMPRESSION - # disables checksum verification args: - -k none --set app-layer.protocols.http2.enabled=true