[9.18] fix: test: enable shell-based rndc system tests

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.

Backport of MR !10489

Merge branch 'backport-colin/rndc-tests-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10494
This commit is contained in:
Colin Vidal 2025-05-28 21:10:22 +00:00
commit 41d83b02ae

View file

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