REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)

Introduced in:

424981cde REGTEST: add ifnone-forwardfor test
b015b3eb1 REGTEST: add RFC7239 forwarded header tests

see also:

fbbbc33df REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+
This commit is contained in:
Tim Duesterhus 2023-08-07 15:46:23 +02:00 committed by Willy Tarreau
parent f97db23b6d
commit c21b98a6d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
varnishtest "Test RFC 7239 forwarded header support (forwarded option and related converters)" varnishtest "Test RFC 7239 forwarded header support (forwarded option and related converters)"
#REQUIRE_VERSION=2.8 feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.8-dev0)'"
# This config tests the HTTP forwarded option and RFC7239 related converters. # This config tests the HTTP forwarded option and RFC7239 related converters.

View File

@ -1,5 +1,5 @@
varnishtest "Test if-none param for the forwardfor option" varnishtest "Test if-none param for the forwardfor option"
#REQUIRE_VERSION=2.6 feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.6-dev0)'"
# This config tests the if-none parameter for the HTTP forwardfor option. # This config tests the if-none parameter for the HTTP forwardfor option.