mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-29 14:28:03 +00:00
REGTESTS: Remove REQUIRE_VERSION=2.0 from all tests
HAProxy 2.0 is the lowest supported version, thus this always matches.
see 1b095cac94
This commit is contained in:
parent
2a5fb62ad1
commit
7aff1bf6b9
@ -1,6 +1,5 @@
|
|||||||
vtest "Test for balance URI"
|
vtest "Test for balance URI"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
|
|
||||||
server s1 {
|
server s1 {
|
||||||
rxreq
|
rxreq
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
varnishtest "Health-checks: basic HTTP health-check though a socks4 proxy"
|
varnishtest "Health-checks: basic HTTP health-check though a socks4 proxy"
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
#REGTEST_TYPE=slow
|
#REGTEST_TYPE=slow
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
varnishtest "haproxy ACL, CLI and mCLI spaces"
|
varnishtest "haproxy ACL, CLI and mCLI spaces"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
|
|
||||||
server s1 {
|
server s1 {
|
||||||
rxreq
|
rxreq
|
||||||
expect req.method == "GET"
|
expect req.method == "GET"
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
varnishtest "Basic log load-balancing test"
|
varnishtest "Basic log load-balancing test"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
|
|
||||||
barrier b1 cond 2 -cyclic
|
barrier b1 cond 2 -cyclic
|
||||||
barrier b2 cond 2 -cyclic
|
barrier b2 cond 2 -cyclic
|
||||||
barrier b3 cond 2 -cyclic
|
barrier b3 cond 2 -cyclic
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
varnishtest "Try to start a master CLI with 2 programs"
|
varnishtest "Try to start a master CLI with 2 programs"
|
||||||
#REGTEST_TYPE=bug
|
#REGTEST_TYPE=bug
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
feature cmd "command -v sleep"
|
feature cmd "command -v sleep"
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
vtest "Basic test for peers protocol"
|
vtest "Basic test for peers protocol"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
#REGTEST_TYPE=slow
|
#REGTEST_TYPE=slow
|
||||||
|
|
||||||
haproxy h1 -arg "-L A" -conf {
|
haproxy h1 -arg "-L A" -conf {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
vtest "Basic test for peers protocol stick-table declared in peers sections"
|
vtest "Basic test for peers protocol stick-table declared in peers sections"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
#REGTEST_TYPE=slow
|
#REGTEST_TYPE=slow
|
||||||
|
|
||||||
haproxy h1 -arg "-L A" -conf {
|
haproxy h1 -arg "-L A" -conf {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
vtest "Basic test for peers protocol over SSL/TLS"
|
vtest "Basic test for peers protocol over SSL/TLS"
|
||||||
#REQUIRE_OPTIONS=OPENSSL
|
#REQUIRE_OPTIONS=OPENSSL
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
#REGTEST_TYPE=slow
|
#REGTEST_TYPE=slow
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
vtest "Basic test for peers protocol over SSL/TLS with stick-table declared in peers sections"
|
vtest "Basic test for peers protocol over SSL/TLS with stick-table declared in peers sections"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
#REQUIRE_OPTIONS=OPENSSL
|
#REQUIRE_OPTIONS=OPENSSL
|
||||||
#REGTEST_TYPE=slow
|
#REGTEST_TYPE=slow
|
||||||
|
|
||||||
|
@ -6,8 +6,6 @@ feature ignore_unknown_macro
|
|||||||
# do the job they are supposed to do.
|
# do the job they are supposed to do.
|
||||||
# If we remove one of the "stick on" rule, this script fails.
|
# If we remove one of the "stick on" rule, this script fails.
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
|
|
||||||
server s_not_used_1 {}
|
server s_not_used_1 {}
|
||||||
server s_not_used_2 {}
|
server s_not_used_2 {}
|
||||||
server s_not_used_3 {}
|
server s_not_used_3 {}
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
varnishtest "unique-id test"
|
varnishtest "unique-id test"
|
||||||
|
|
||||||
#REQUIRE_VERSION=2.0
|
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
server s1 {
|
server s1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user