From 1ce7cf2dd2436655dc30aa9b294e0990a6e5eea1 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 30 Apr 2026 10:20:43 +0200 Subject: [PATCH] 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). --- bin/tests/system/isctest/kasp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/isctest/kasp.py b/bin/tests/system/isctest/kasp.py index 1d4e8e6752..e6f7bad8f7 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