]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Deduplicate controls configuration in named.conf test templates
authorNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 09:21:46 +0000 (11:21 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 09:21:46 +0000 (11:21 +0200)
The named.conf.j2 files in system tests had a copy-pasted snippets for control channel configuration. These were replaced with the `_common/controls.conf.j2` template.

The control channel was turned on for all named test instances.

Merge branch 'nicki/pytest-named-conf-controls' into 'main'

See merge request isc-projects/bind9!12386


Trivial merge