]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: test: Mark each test's boundaries in the named instance logs
authorNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 10:58:26 +0000 (12:58 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 10:58:26 +0000 (12:58 +0200)
Use `rndc null` command to mark each test boundaries in named.run logs.

Since calling the `rndc` binary caused a lot of overhead, import the rndc python interface from [python-rndc](https://gitlab.isc.org/isc-projects/python-rndc/) and adapt it to our use-case.

Merge branch 'nicki/rndc-null-in-system-tests' into 'main'

See merge request isc-projects/bind9!12415


Trivial merge