REGTEST: Missing REQUIRE_VERSION declarations.
checks/s00001.vtc needs support for "srvrecord" which came with 1.8 version. peers/s_basic_sync.vtc and s_tls_basic_sync.vtc need support for "server" keyword usage in "peers" section which came with 2.0 version.
This commit is contained in:
parent
78c5eec949
commit
ffe30f708f
@ -6,6 +6,7 @@ feature ignore_unknown_macro
|
||||
# The first health-checks passed tests are checked for all these servers
|
||||
# thanks to syslog messages.
|
||||
|
||||
#REQUIRE_VERSION=1.8
|
||||
#EXCLUDE_TARGETS=freebsd
|
||||
|
||||
# Note that the first syslog message received is: "Proxy <name> started."
|
||||
|
@ -1,6 +1,8 @@
|
||||
vtest "Basic test for peers protocol"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REQUIRE_VERSION=2.0
|
||||
|
||||
haproxy h1 -arg "-L A" -conf {
|
||||
defaults
|
||||
timeout client 1s
|
||||
|
@ -1,5 +1,6 @@
|
||||
vtest "Basic test for peers protocol over SSL/TLS"
|
||||
#REQUIRE_OPTIONS=OPENSSL
|
||||
#REQUIRE_VERSION=2.0
|
||||
feature ignore_unknown_macro
|
||||
|
||||
haproxy h1 -arg "-L A" -conf {
|
||||
|
Loading…
x
Reference in New Issue
Block a user