mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 15:09:59 -04:00
[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:
commit
41d83b02ae
1 changed files with 4 additions and 0 deletions
|
|
@ -35,3 +35,7 @@ pytestmark = pytest.mark.extra_artifacts(
|
|||
"ns7/test.db.jnl",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
def test_rndc(run_tests_sh):
|
||||
run_tests_sh()
|
||||
|
|
|
|||
Loading…
Reference in a new issue