Re-enable rndc shutdown test

The issue preventing a proper rndc shutdown was recently fixed and
the test now passes.

(cherry picked from commit fb70c4d475)
This commit is contained in:
Tom Krizek 2024-02-06 16:52:44 +01:00 committed by Mark Andrews
parent 84078b96c0
commit 1b6c96a8ed

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