mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Allow any named*.conf file as a system test artifact
This allows rendering multiple named*.conf files using the jinja2 template engine at test start and then simply copying the required config to named.conf as needed.
This commit is contained in:
parent
c47239985b
commit
d6d6db52e3
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ def logger(request, system_test_name):
|
|||
def expected_artifacts(request):
|
||||
common_artifacts = [
|
||||
".libs/*", # possible build artifacts, see GL #5055
|
||||
"ns*/named.conf",
|
||||
"ns*/named*.conf",
|
||||
"ns*/named.memstats",
|
||||
"ns*/named.run",
|
||||
"ns*/named.run.prev",
|
||||
|
|
|
|||
Loading…
Reference in a new issue