From 8abbd2dcc3c7e12fe7a6492f56c029cecc8dc6ea Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Fri, 12 Feb 2021 14:14:37 +0100 Subject: [PATCH] REGTESTS: adjust http_reuse_conn_hash requirements This test is only valid for 2.4+ as the tested feature was introduced in this version. Besides, it can only run with ssl support to test sni reuse. --- reg-tests/connection/http_reuse_conn_hash.vtc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reg-tests/connection/http_reuse_conn_hash.vtc b/reg-tests/connection/http_reuse_conn_hash.vtc index e60ed05930..70a226d5e3 100644 --- a/reg-tests/connection/http_reuse_conn_hash.vtc +++ b/reg-tests/connection/http_reuse_conn_hash.vtc @@ -1,4 +1,6 @@ varnishtest "Test the http-reuse with special connection parameters" +#REQUIRE_VERSION=2.4 +#REQUIRE_OPTIONS=OPENSSL feature ignore_unknown_macro