commit | 596ce52fe172c171fa29ce009262738d47fe16d3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 07 07:53:54 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 07 07:53:54 2019 +0200 |
tree | 78d98c9783b600124ac09f27176714d5824553e4 | |
parent | 2eb1c79df1a8f89155f1c2eefd0d988a2e2bc82c [diff] |
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
diff --git a/reg-tests/peers/s_basic_sync_wo_stkt_backend.vtc b/reg-tests/peers/s_basic_sync_wo_stkt_backend.vtc index 15dc206..f75c65c 100644 --- a/reg-tests/peers/s_basic_sync_wo_stkt_backend.vtc +++ b/reg-tests/peers/s_basic_sync_wo_stkt_backend.vtc
@@ -1,6 +1,8 @@ vtest "Basic test for peers protocol stick-table declared in peers sections" feature ignore_unknown_macro +#REQUIRE_VERSION=2.0 + haproxy h1 -arg "-L A" -conf { defaults timeout client 1s
diff --git a/reg-tests/peers/s_tls_basic_sync_wo_stkt_backend.vtc b/reg-tests/peers/s_tls_basic_sync_wo_stkt_backend.vtc index 9386d4f..f3d556d 100644 --- a/reg-tests/peers/s_tls_basic_sync_wo_stkt_backend.vtc +++ b/reg-tests/peers/s_tls_basic_sync_wo_stkt_backend.vtc
@@ -1,6 +1,9 @@ vtest "Basic test for peers protocol over SSL/TLS with stick-table declared in peers sections" feature ignore_unknown_macro +#REQUIRE_VERSION=2.0 +#REQUIRE_OPTIONS=OPENSSL + haproxy h1 -arg "-L A" -conf { defaults timeout client 1s