]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: unstable rollover/tests_rollover.py::test_rollover_manual
authorMark Andrews <marka@isc.org>
Tue, 17 Jun 2025 07:54:09 +0000 (07:54 +0000)
committerMark Andrews <marka@isc.org>
Tue, 17 Jun 2025 07:54:09 +0000 (07:54 +0000)
commit2b7ae5f06796fda789aecc1c0ab76a53455f85fe
treeb0137b45c6e1ab265774b4cb2767924caa258a5f
parent919bce9f0ca1a07248c3f25e29ad1955a30be3ac
parent80fedf7fcf85bb4c51a573c7dc166b36b6f71991
fix: test: unstable rollover/tests_rollover.py::test_rollover_manual

The state files need to be written before trying to identify zsk/ksk
keys.  Wait for "keymgr: manual-rollover.kasp done" to appear in
named.run first.

Closes #5371

Merge branch '5371-unstable-rollover-tests_rollover-py-test_rollover_manual' into 'main'

See merge request isc-projects/bind9!10587