]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
enable shell-based rndc system tests
authorColin Vidal <colin@isc.org>
Wed, 28 May 2025 13:15:56 +0000 (15:15 +0200)
committerColin Vidal <colin@isc.org>
Wed, 28 May 2025 18:53:30 +0000 (20:53 +0200)
Enable existing rndc system tests (the python test function calling the
shell file was missing). Also update the extra artifacts list to remove
one generated file which was left behind.

(cherry picked from commit f84065a32c393daa32e8236b440ac6f2ecdeedc8)

bin/tests/system/rndc/tests_sh_rndc.py

index 7ca5652a40956252110b0be3d0802334a8659881..2e2cde4090c32557855337e2f322e26758134e9e 100644 (file)
@@ -35,3 +35,7 @@ pytestmark = pytest.mark.extra_artifacts(
         "ns7/test.db.jnl",
     ]
 )
+
+
+def test_rndc(run_tests_sh):
+    run_tests_sh()