mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.20] 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.20' into 'bind-9.20' See merge request isc-projects/bind9!10493
This commit is contained in:
commit
4709cb4fa2
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ pytestmark = pytest.mark.extra_artifacts(
|
|||
"rndc.out.*",
|
||||
"ns2/*.jnl",
|
||||
"ns2/named.stats",
|
||||
"ns2/named_dump.db.*",
|
||||
"ns2/named_dump.db*",
|
||||
"ns2/nil.db",
|
||||
"ns2/other.db",
|
||||
"ns2/secondkey.conf",
|
||||
|
|
@ -37,3 +37,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