Fix missing zone_check() call in checkds test

The bad2-dswithdrawn.checkds tests were missing call to the
zone_checks() contributing to intermittent timing failures of the
checkds system test.
This commit is contained in:
Ondřej Surý 2022-12-04 14:50:54 +01:00
parent fd97400586
commit 718831bfcc
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -328,6 +328,7 @@ def test_checkds_dspublished(named_port):
keystate_check(parent, "incomplete-dspublished.checkds.", "!DSPublish")
# One of the parents is badly configured.
zone_check(server, "bad2-dswithdrawn.checkds.")
wait_for_log(
"ns9/named.run",
"zone bad2-dspublished.checkds/IN (signed): checkds: "
@ -425,6 +426,7 @@ def test_checkds_dswithdrawn(named_port):
keystate_check(parent, "incomplete-dswithdrawn.checkds.", "!DSRemoved")
# One of the parents is badly configured.
zone_check(server, "bad2-dswithdrawn.checkds.")
wait_for_log(
"ns9/named.run",
"zone bad2-dswithdrawn.checkds/IN (signed): checkds: "