]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Convert all named.conf in system tests to jinja2
authorNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:27:31 +0000 (14:27 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:27:31 +0000 (14:27 +0100)
Replace all the `named.conf*.in` files to use jinja2 templates instead. This makes it possible to drop the `copy_setports` function, makes room for further `setup.sh` cleanup, and prepares for future de-duplication of the configs (common settings as well as shared configs within one test dir).

Merge branch 'nicki/convert-to-jinja2-templates' into 'main'

See merge request isc-projects/bind9!11332


Trivial merge