]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit7906e38311bbfbdfbd7d43ba4740e9b8862fa5f7
tree5971eac2fafc4afe02b1b72940bf1300b41401ce
parent29175b5c4a5941dea2986b5514aa7ab6d0952799
parent50ceae57ac7d8a9a52b410c3116e0e698630fc72
chg: test: Deduplicate controls configuration in named.conf test templates

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