mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Merge branch 'marka-fixup-dnssec' into 'main'
dnssec system test needs python and perl See merge request isc-projects/bind9!4342
This commit is contained in:
commit
1be2a83c67
@ -72,7 +72,6 @@ endif HAVE_PERLMOD_TIME_HIRES
|
||||
|
||||
if HAVE_PERLMOD_NET_DNS
|
||||
TESTS += \
|
||||
dnssec \
|
||||
rpzrecurse
|
||||
endif HAVE_PERLMOD_NET_DNS
|
||||
|
||||
@ -203,6 +202,7 @@ if HAVE_PYMOD_DNS
|
||||
TESTS += qmin
|
||||
|
||||
if HAVE_PERLMOD_NET_DNS
|
||||
TESTS += dnssec
|
||||
if HAVE_PERLMOD_NET_DNS_NAMESERVER
|
||||
TESTS += chain
|
||||
endif HAVE_PERLMOD_NET_DNS_NAMESERVER
|
||||
|
@ -51,7 +51,7 @@ SEQUENTIAL_COMMON=""
|
||||
# rpzrecurse are scheduled first, in order to get more benefit from
|
||||
# parallelism.
|
||||
#
|
||||
PARALLEL_COMMON="dnssec rpzrecurse serve-stale
|
||||
PARALLEL_COMMON="rpzrecurse serve-stale
|
||||
acl
|
||||
additional
|
||||
addzone
|
||||
|
@ -82,6 +82,7 @@ SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX"
|
||||
PARALLEL_UNIX="@DNSTAP@
|
||||
chain
|
||||
dlzexternal
|
||||
dnssec
|
||||
dyndb
|
||||
filter-aaaa
|
||||
kasp
|
||||
|
Loading…
x
Reference in New Issue
Block a user