mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Merge branch 'ondrej-fix-missing-zone_check-in-checkds-system-test' into 'main'
Fix missing zone_check() call in checkds test See merge request isc-projects/bind9!7161
This commit is contained in:
@@ -328,6 +328,7 @@ def test_checkds_dspublished(named_port):
|
|||||||
keystate_check(parent, "incomplete-dspublished.checkds.", "!DSPublish")
|
keystate_check(parent, "incomplete-dspublished.checkds.", "!DSPublish")
|
||||||
|
|
||||||
# One of the parents is badly configured.
|
# One of the parents is badly configured.
|
||||||
|
zone_check(server, "bad2-dswithdrawn.checkds.")
|
||||||
wait_for_log(
|
wait_for_log(
|
||||||
"ns9/named.run",
|
"ns9/named.run",
|
||||||
"zone bad2-dspublished.checkds/IN (signed): checkds: "
|
"zone bad2-dspublished.checkds/IN (signed): checkds: "
|
||||||
@@ -425,6 +426,7 @@ def test_checkds_dswithdrawn(named_port):
|
|||||||
keystate_check(parent, "incomplete-dswithdrawn.checkds.", "!DSRemoved")
|
keystate_check(parent, "incomplete-dswithdrawn.checkds.", "!DSRemoved")
|
||||||
|
|
||||||
# One of the parents is badly configured.
|
# One of the parents is badly configured.
|
||||||
|
zone_check(server, "bad2-dswithdrawn.checkds.")
|
||||||
wait_for_log(
|
wait_for_log(
|
||||||
"ns9/named.run",
|
"ns9/named.run",
|
||||||
"zone bad2-dswithdrawn.checkds/IN (signed): checkds: "
|
"zone bad2-dswithdrawn.checkds/IN (signed): checkds: "
|
||||||
|
Reference in New Issue
Block a user