From: Frédéric Lécaille <[email protected]>

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.
---
 reg-tests/checks/s00001.vtc          | 1 +
 reg-tests/peers/s_basic_sync.vtc     | 2 ++
 reg-tests/peers/s_tls_basic_sync.vtc | 1 +
 3 files changed, 4 insertions(+)

diff --git a/reg-tests/checks/s00001.vtc b/reg-tests/checks/s00001.vtc
index abb0f2fc1..2e38867c8 100644
--- a/reg-tests/checks/s00001.vtc
+++ b/reg-tests/checks/s00001.vtc
@@ -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."
diff --git a/reg-tests/peers/s_basic_sync.vtc b/reg-tests/peers/s_basic_sync.vtc
index 4e35054b3..ecf8fd059 100644
--- a/reg-tests/peers/s_basic_sync.vtc
+++ b/reg-tests/peers/s_basic_sync.vtc
@@ -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
diff --git a/reg-tests/peers/s_tls_basic_sync.vtc 
b/reg-tests/peers/s_tls_basic_sync.vtc
index 6710d3196..41e874b4d 100644
--- a/reg-tests/peers/s_tls_basic_sync.vtc
+++ b/reg-tests/peers/s_tls_basic_sync.vtc
@@ -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 {
-- 
2.11.0

Reply via email to