From: Nicki Křížek Date: Mon, 1 Dec 2025 16:01:52 +0000 (+0100) Subject: Allow any named*.conf file as a system test artifact X-Git-Tag: v9.21.17~46^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d6db52e300982dae8b787808e6d085804e0462;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 9eff2ee8b2b..2f1170f2df0 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -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",