REGTEST: make the "table in peers" test require v2.0
And the second test also requires openssl otherwise it fails as seen here : https://travis-ci.com/haproxy/haproxy/jobs/198126488
This commit is contained in:
parent
2eb1c79df1
commit
596ce52fe1
@ -1,6 +1,8 @@
|
|||||||
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
|
||||||
|
|
||||||
haproxy h1 -arg "-L A" -conf {
|
haproxy h1 -arg "-L A" -conf {
|
||||||
defaults
|
defaults
|
||||||
timeout client 1s
|
timeout client 1s
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
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
|
||||||
|
|
||||||
haproxy h1 -arg "-L A" -conf {
|
haproxy h1 -arg "-L A" -conf {
|
||||||
defaults
|
defaults
|
||||||
timeout client 1s
|
timeout client 1s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user