2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Re-enable rndc shutdown test

The issue preventing a proper rndc shutdown was recently fixed and
the test now passes.
This commit is contained in:
Tom Krizek
2024-02-06 16:52:44 +01:00
committed by Mark Andrews
parent 3651c58a6a
commit fb70c4d475

View File

@@ -168,7 +168,7 @@ def wait_for_proc_termination(proc, max_timeout=10):
# In both methods named should exit gracefully.
@pytest.mark.parametrize(
"kill_method",
[pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"],
["rndc", "sigterm"],
)
def test_named_shutdown(ports, kill_method):
# pylint: disable-msg=too-many-locals