mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 04:10:00 -04:00
Fix typo in tests_shutdown.py
This commit is contained in:
parent
bf8acd4556
commit
2b0bade81c
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,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")), "sigtem"],
|
||||
[pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"],
|
||||
)
|
||||
def test_named_shutdown(named_port, control_port, kill_method):
|
||||
# pylint: disable-msg=too-many-locals
|
||||
|
|
|
|||
Loading…
Reference in a new issue