2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 16:05:17 +00:00

[#1664] Documented KEA_TLS_CHECK_VERBOSE

This commit is contained in:
Francis Dupont
2021-03-22 16:24:24 +01:00
parent f6bf65a094
commit 16d81cfddb

View File

@@ -86,6 +86,11 @@ The following environment variable can affect the unit tests:
will cause the test setup logic to always drop and create the database
schema. The default value is "true".
- KEA_TLS_CHECK_VERBOSE - Specifies the TLS check default verbosity. If not
set, TLS unit tests triggering expected failures are by default silent.
If set, these TLS unit tests display the error messages which are very
dependent on the cryptographic backend and boost library versions.
@note Setting KEA_TEST_DB_WIPE_DATA_ONLY to false may dramatically
increase the time it takes each unit test to execute.