]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in tests_shutdown.py
authorMichał Kępień <michal@isc.org>
Thu, 6 Jul 2023 13:46:16 +0000 (15:46 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 6 Jul 2023 13:46:16 +0000 (15:46 +0200)
bin/tests/system/shutdown/tests_shutdown.py

index 7098b4046abae010192a118fad5dfad2e145ae58..04dc81f68fc08ac36407d7f413a08afecf5b767d 100755 (executable)
@@ -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")