From: Matthijs Mekking Date: Thu, 30 Apr 2026 08:20:43 +0000 (+0200) Subject: Change isctest.kasp.dnssec_verify to take FQDN X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce7cf2dd2436655dc30aa9b294e0990a6e5eea1;p=thirdparty%2Fbind9.git Change isctest.kasp.dnssec_verify to take FQDN This is required to AXFR and verify the root zone and it makes no difference for non-root zones (dnssec-verify takes FQDN or makes the provided name absolute). --- diff --git a/bin/tests/system/isctest/kasp.py b/bin/tests/system/isctest/kasp.py index 1d4e8e67520..e6f7bad8f76 100644 --- a/bin/tests/system/isctest/kasp.py +++ b/bin/tests/system/isctest/kasp.py @@ -935,7 +935,7 @@ def check_dnssec_verify(server, zone, tsig=None): file.write(rr.to_text()) file.write("\n") - verify_command = [os.environ.get("VERIFY"), "-z", "-o", zone, zonefile] + verify_command = [os.environ.get("VERIFY"), "-z", "-o", fqdn, zonefile] verified = isctest.run.cmd(verify_command, raise_on_exception=False) if verified.rc == 0: return