]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: test: pytest helpers for dnssec and zone setup
authorNicki Křížek <nicki@isc.org>
Thu, 4 Jun 2026 17:16:12 +0000 (19:16 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 4 Jun 2026 17:16:12 +0000 (19:16 +0200)
- Create `isctest.zone.Zone` helper for zone setup (including signing).
- Add `ZoneKey` helpers for both dnssec-keygen managed keys and python-based keys.
- Add `dnssec_py` shared test setup for DNSSEC tests.
- Add the first example - refactor `nsec3_delegations` into a `dnssec_py` test module.

Merge branch 'nicki/pytest-dnssec-py' into 'main'

See merge request isc-projects/bind9!11807


Trivial merge