bind9/bin/tests/system/dnssec_py/ns3
Nicki Křížek 7ff0321ffa Add dnssec_py system test directory
Add a new system test directory for DNSSEC tests written in Python,
using the isctest.zone helpers for zone setup rather than shell sign
scripts.

Set up four nameservers:
- ns1: authoritative for the signed root zone
- ns2: authoritative for test zones (primary)
- ns3: authoritative for additional test zones (typically delegations)
- ns9: validating resolver

Zone configuration for ns2 and ns3 is driven by the ``zones`` template
variable via _common/zones.conf.j2, so each test module's bootstrap()
controls which zones those servers load without touching named.conf.

Individual test modules will be added in subsequent commits.

Assisted-by: Claude:claude-opus-4-8
2026-06-04 18:33:09 +02:00
..
named.conf.j2 Add dnssec_py system test directory 2026-06-04 18:33:09 +02:00