]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Allow any named*.conf file as a system test artifact
authorNicki Křížek <nicki@isc.org>
Mon, 1 Dec 2025 16:01:52 +0000 (17:01 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:23:14 +0000 (14:23 +0100)
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.

bin/tests/system/conftest.py

index 9eff2ee8b2b2a64cb184ff4320a42ff607b74135..2f1170f2df0b18ae8e0e0fd60fd976df329e241c 100644 (file)
@@ -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",