mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- Skip the unit tests for auth_tls.tdir and auth_tls_failcert.tdir.
This commit is contained in:
parent
218f5cfc92
commit
0ca76b05e0
3 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
It reads changed config in a thread, then only briefly pauses the
|
It reads changed config in a thread, then only briefly pauses the
|
||||||
service threads, that keep running. DNS service is only interrupted
|
service threads, that keep running. DNS service is only interrupted
|
||||||
briefly, less than a second.
|
briefly, less than a second.
|
||||||
|
- Skip the unit tests for auth_tls.tdir and auth_tls_failcert.tdir.
|
||||||
|
|
||||||
27 March 2025: Wouter
|
27 March 2025: Wouter
|
||||||
- Fix unit test dname log printout typecast.
|
- Fix unit test dname log printout typecast.
|
||||||
|
|
|
||||||
1
testdata/auth_tls.tdir/auth_tls.pre
vendored
1
testdata/auth_tls.tdir/auth_tls.pre
vendored
|
|
@ -5,6 +5,7 @@
|
||||||
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
||||||
|
|
||||||
. ../common.sh
|
. ../common.sh
|
||||||
|
skip_test "Skip test due to no UDP service for SOA query"
|
||||||
PRE="../.."
|
PRE="../.."
|
||||||
if test -n "$NSD"; then
|
if test -n "$NSD"; then
|
||||||
:
|
:
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
||||||
|
|
||||||
. ../common.sh
|
. ../common.sh
|
||||||
|
skip_test "Skip test due to no UDP service for SOA query"
|
||||||
PRE="../.."
|
PRE="../.."
|
||||||
if test -n "$NSD"; then
|
if test -n "$NSD"; then
|
||||||
:
|
:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue