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
|
if HAVE_PERLMOD_NET_DNS
|
||||||
TESTS += \
|
TESTS += \
|
||||||
dnssec \
|
|
||||||
rpzrecurse
|
rpzrecurse
|
||||||
endif HAVE_PERLMOD_NET_DNS
|
endif HAVE_PERLMOD_NET_DNS
|
||||||
|
|
||||||
@ -203,6 +202,7 @@ if HAVE_PYMOD_DNS
|
|||||||
TESTS += qmin
|
TESTS += qmin
|
||||||
|
|
||||||
if HAVE_PERLMOD_NET_DNS
|
if HAVE_PERLMOD_NET_DNS
|
||||||
|
TESTS += dnssec
|
||||||
if HAVE_PERLMOD_NET_DNS_NAMESERVER
|
if HAVE_PERLMOD_NET_DNS_NAMESERVER
|
||||||
TESTS += chain
|
TESTS += chain
|
||||||
endif HAVE_PERLMOD_NET_DNS_NAMESERVER
|
endif HAVE_PERLMOD_NET_DNS_NAMESERVER
|
||||||
|
@ -51,7 +51,7 @@ SEQUENTIAL_COMMON=""
|
|||||||
# rpzrecurse are scheduled first, in order to get more benefit from
|
# rpzrecurse are scheduled first, in order to get more benefit from
|
||||||
# parallelism.
|
# parallelism.
|
||||||
#
|
#
|
||||||
PARALLEL_COMMON="dnssec rpzrecurse serve-stale
|
PARALLEL_COMMON="rpzrecurse serve-stale
|
||||||
acl
|
acl
|
||||||
additional
|
additional
|
||||||
addzone
|
addzone
|
||||||
|
@ -82,6 +82,7 @@ SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX"
|
|||||||
PARALLEL_UNIX="@DNSTAP@
|
PARALLEL_UNIX="@DNSTAP@
|
||||||
chain
|
chain
|
||||||
dlzexternal
|
dlzexternal
|
||||||
|
dnssec
|
||||||
dyndb
|
dyndb
|
||||||
filter-aaaa
|
filter-aaaa
|
||||||
kasp
|
kasp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user