Fix typo in tests_shutdown.py

This commit is contained in:
Michał Kępień
2023-07-06 15:46:16 +02:00
parent 7428653012
commit ebab8b7705

View File

@@ -160,7 +160,7 @@ def wait_for_proc_termination(proc, max_timeout=10):
# Method 1: using rndc ctop
# Method 2: killing with SIGTERM
# In both methods named should exit gracefully.
@pytest.mark.parametrize("kill_method", ["rndc", "sigtem"])
@pytest.mark.parametrize("kill_method", ["rndc", "sigterm"])
def test_named_shutdown(named_port, control_port, kill_method):
# pylint: disable-msg=too-many-locals
cfg_dir = os.path.join(os.getcwd(), "resolver")