Skip to content

Commit

Permalink
Merge branch 'ondrej-fix-missing-zone_check-in-checkds-system-test' i…
Browse files Browse the repository at this point in the history
…nto 'main'

Fix missing zone_check() call in checkds test

See merge request isc-projects/bind9!7161
  • Loading branch information
oerdnj committed Dec 7, 2022
2 parents fd97400 + 718831b commit 0d39366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/tests/system/checkds/tests-checkds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Expand Down Expand Up @@ -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: "
Expand Down

0 comments on commit 0d39366

Please sign in to comment.