]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: ssl: Fix references to removed option in test description
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 11 Oct 2021 13:34:11 +0000 (15:34 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 13 Oct 2021 09:28:07 +0000 (11:28 +0200)
The log-error-via-logformat option was removed in commit
3d6350e1084ca806d9f78c3802665e235e1fbf27 and was replaced by a dedicated
error-log-format option. The references to this option need to be
removed from the test's description.

reg-tests/ssl/ssl_errors.vtc

index c1f96f1ebc90bc6a627242a1602ff1c68c40bde6..494e537ba69e3167cc3b8f09d422563317731011 100644 (file)
@@ -2,9 +2,9 @@
 
 # This reg-test checks that the connection and SSL sample fetches related to
 # errors are functioning properly. It also tests the proper behaviour of the
-# default HTTPS log format and of the log-error-via-logformat option which enables
-# or disables the output of a special error message in case of connection
-# failure (otherwise a line following the configured log-format is output).
+# default HTTPS log format and of the error-log-format  option which allows to
+# define a specific log format used only in case of connection error (otherwise
+# a line following the configured log-format is output).
 #
 # It works by sending request through three different paths, one using a custom
 # log-format line that contains the connection error and SSL handshake error
 # servers, synchronization is achieved through barriers, which ensure that
 # syslog messages arrive in the right order.
 #
-# In order to ensure that the log line raised in case of connection error if
-# the log-error-via-logformat option is disabled still follows the
-# log-separate-error option, the log lines raised by the https_fmt_lst listener
-# will be sent to two separate syslog servers.
+# In order to ensure that the log line raised in case of connection error if an
+# error-log-format is defined still follows the log-separate-error option, the
+# log lines raised by the https_fmt_lst listener will be sent to two separate
+# syslog servers.
 #
 
 varnishtest "Test the connection and SSL error fetches."