Prioritize long-running system tests for legacy runner

Synchronize the test priority with the pytest runner (which handles the
prioritization in conftest.py).
This commit is contained in:
Tom Krizek
2023-09-04 16:08:06 +02:00
parent 0538b7e0da
commit 15fa8f1506

View File

@@ -70,7 +70,14 @@ rpz_dnsrps_LDADD = \
$(LIBDNS_LIBS) \
$(DLOPEN_LIBS)
# Longer running tests are listed (and executed) first to take the most
# advantage of parallel execution.
TESTS = \
rpz \
rpzrecurse \
serve-stale \
timeouts \
upforwd \
acl \
additional \
addzone \
@@ -145,15 +152,12 @@ TESTS = \
resolver \
rndc \
rootkeysentinel \
rpz \
rpzextra \
rpzrecurse \
rrchecker \
rrl \
rrsetorder \
rsabigexponent \
runtime \
serve-stale \
sfcache \
shutdown \
smartsign \
@@ -166,14 +170,12 @@ TESTS = \
stub \
synthfromdnssec \
tcp \
timeouts \
tools \
transport-acl \
tsig \
tsiggss \
ttl \
unknown \
upforwd \
verify \
views \
wildcard \