summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-03-22 16:24:24 +0100
committerFrancis Dupont <fdupont@isc.org>2021-03-24 13:49:01 +0100
commit16d81cfddb2871cda13435d9d9ea64f58d3a7a41 (patch)
tree1ba949b0583943965f8fb856f38fb2edd54bdfd6
parent[#1664] More text in tls.rst (diff)
downloadkea-16d81cfddb2871cda13435d9d9ea64f58d3a7a41.tar.xz
kea-16d81cfddb2871cda13435d9d9ea64f58d3a7a41.zip
[#1664] Documented KEA_TLS_CHECK_VERBOSE
-rw-r--r--doc/devel/unit-tests.dox5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox
index 359ef4c4b0..1120bc6547 100644
--- a/doc/devel/unit-tests.dox
+++ b/doc/devel/unit-tests.dox
@@ -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.