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.
(cherry picked from commit d6d6db52e3)
This commit is contained in:
parent
2c076fff0e
commit
d92b1fa169
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,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