mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
ssl/ssl_frontend_samples.vtc was renamed to ssl/ssl_frontend_samples.vtci
to produce a common part runnable both for QUIC and TCP listeners.
Then ssl_frontend_samples.vtc files were created both under ssl and quic directories
to call this .vtci file with correct VTC_SOCK_TYPE environment values
("quic" for QUIC listeners and "stream" for TCP listeners);
7 lines
166 B
Text
7 lines
166 B
Text
#REGTEST_TYPE=devel
|
|
|
|
varnishtest "Test the ssl_f_* sample fetches"
|
|
#REQUIRE_OPTIONS=OPENSSL
|
|
|
|
setenv VTC_SOCK_TYPE stream
|
|
include ${testdir}/ssl_frontend_samples.vtci
|