]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove obsolete system test lists
authorTom Krizek <tkrizek@isc.org>
Mon, 13 Nov 2023 14:24:14 +0000 (15:24 +0100)
committerTom Krizek <tkrizek@isc.org>
Fri, 1 Dec 2023 12:47:29 +0000 (13:47 +0100)
These were used by deleted legacy runner utility scripts.

bin/tests/system/conf.sh.common
bin/tests/system/conf.sh.in

index 471741c1fe691f6af7e2155c33acdfe66e1aef3c..cdf26d317e6ce06d813720fb2cdd2aa5097d4a37 100644 (file)
@@ -23,108 +23,6 @@ testsock6() {
 export LANG=C
 
 
-#
-# Common lists of system tests to run.
-#
-
-#
-# These tests can use ports assigned by the caller (other than 5300
-# and 9953). Because separate blocks of ports can be used for teach
-# test, these tests can be run in parallel.
-#
-# Parallel tests that only run on unix/linux should be added to
-# PARALLEL_UNIX in conf.sh.in;
-#
-# Note: some of the longer-running tests such as serve-stale and
-# rpzrecurse are scheduled first, in order to get more benefit from
-# parallelism.
-#
-PARALLEL_COMMON="
-rpzrecurse
-serve-stale
-acl
-additional
-addzone
-allow-query
-auth
-autosign
-builtin
-cacheclean
-case
-catz
-cds
-checkconf
-checknames
-checkzone
-database
-digdelv
-dlz
-dns64
-dsdigest
-ecdsa
-eddsa
-ednscompliance
-emptyzones
-fetchlimit
-formerr
-forward
-geoip2
-glue
-idna
-include-multiplecfg
-inline
-integrity
-ixfr
-journal
-keepalive
-limits
-masterfile
-masterformat
-metadata
-mirror
-mkeys
-names
-notify
-nsec3
-nslookup
-nsupdate
-padding
-pending
-reclimit
-redirect
-resolver
-rndc
-rootkeysentinel
-rpz
-rrchecker
-rrl
-rrsetorder
-rsabigexponent
-runtime
-sfcache
-smartsign
-sortlist
-spf
-staticstub
-statistics
-statschannel
-stub
-synthfromdnssec
-tkey
-tools
-tsig
-tsiggss
-ttl
-unknown
-upforwd
-verify
-views
-wildcard
-xfer
-xferquota
-zero
-zonechecks"
-
 #
 # Set up color-coded test output
 #
index cf54c0a3ba0667575e28226ea7e297daf1f3d92c..7182db1f0a4503add941a428e05db0f72955b968 100644 (file)
@@ -95,26 +95,3 @@ fi
 
 # Load common values
 . $TOP_SRCDIR/bin/tests/system/conf.sh.common
-
-#
-# Construct the lists of tests to run
-#
-PARALLEL_UNIX="chain
-checkds
-cookie
-dlzexternal
-dnssec
-dyndb
-enginepkcs11
-filter-aaaa
-kasp
-keyfromlabel
-legacy
-logfileconfig
-multisigner
-nzd2nzf
-pipelined
-qmin
-shutdown
-tcp"
-SUBDIRS="$PARALLEL_COMMON $PARALLEL_UNIX"