]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: test: pytest helpers for dnssec and zone setup bind-9.20
authorNicki Křížek <nicki@isc.org>
Fri, 5 Jun 2026 10:00:48 +0000 (12:00 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 5 Jun 2026 10:00:48 +0000 (12:00 +0200)
commitc8ec396581eace5fa86600bb2822231eb2029f92
treebfb3764455b2542e28ff2bf9910bcdea67dbdec6
parent416b0817d1b6c8d7af894af0d7cd2359aa581ec0
parentaed978cad818cd5ff31719e0f207607b1f776638
[9.20] new: test: pytest helpers for dnssec and zone setup

- 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.

Backport of MR !11807

Merge branch 'backport-nicki/pytest-dnssec-py-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12191