mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-11 03:31:36 +00:00
REGTESTS: Remove REQUIRE_VERSION=1.6 from all tests
HAProxy 1.6 is EOL, thus this always matches.
This commit is contained in:
parent
2a651e2d0d
commit
d8be0018fe
@ -1,7 +1,6 @@
|
||||
# Checks that compression doesn't cause corruption..
|
||||
|
||||
varnishtest "Compression validation"
|
||||
#REQUIRE_VERSION=1.6
|
||||
#REQUIRE_OPTIONS=ZLIB|SLZ,LUA,OPENSSL
|
||||
#REGTEST_TYPE=slow
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
varnishtest "json converter test"
|
||||
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
varnishtest "url_dec converter Test"
|
||||
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
varnishtest "HTTP request tests: H1 to H1 (HTX mode supported only for HAProxy >= 1.9)"
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
# Run it with HAPROXY_PROGRAM=$PWD/haproxy varnishtest -l -k -t 1 "$1"
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
varnishtest "A test for http-request-buffer option"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
# This test checks HTTP request buffering feature.
|
||||
# We run one server s1 which can serve only one client (no -repeat argument here).
|
||||
|
@ -1,5 +1,4 @@
|
||||
varnishtest "Composite HTTP manipulation test (H1 clear to H1 clear)"
|
||||
#REQUIRE_VERSION=1.6
|
||||
#REQUIRE_VERSION_BELOW=1.9
|
||||
|
||||
# This config tests several http-request features and their interactions.
|
||||
|
@ -2,7 +2,6 @@ varnishtest "haproxy host header: map / redirect tests"
|
||||
#REQUIRE_OPTIONS=PCRE|PCRE2
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
server s1 {
|
||||
rxreq
|
||||
|
@ -2,7 +2,6 @@ varnishtest "Lua: check socket functionality from a lua-task"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
server s1 {
|
||||
rxreq
|
||||
|
@ -1,6 +1,5 @@
|
||||
varnishtest "Lua: txn:get_priv() scope"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
#REQUIRE_VERSION=1.6
|
||||
#REGTEST_TYPE=broken
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
@ -15,7 +15,6 @@
|
||||
# https://www.haproxy.com/blog/ssl-client-certificate-management-at-application-level/
|
||||
|
||||
varnishtest "Test the client auth"
|
||||
#REQUIRE_VERSION=1.6
|
||||
#REQUIRE_OPTIONS=OPENSSL
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
varnishtest "Webgui stats page check filtering with scope and changing server state"
|
||||
#REQUIRE_VERSION=1.6
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user