]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: test: Add isctest.check.ede() helper for pytest
authorNicki Křížek <nicki@isc.org>
Mon, 10 Nov 2025 16:49:40 +0000 (17:49 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Nov 2025 16:49:40 +0000 (17:49 +0100)
commitf4351443a3564ce8eecd2ed98dd7a66c161301d5
treefe0d02e65c55b8ef6a129cf53edcba74649611ce
parent8e8df602675e7eeb0bf0822ebff293588542df01
parentc2ff98559252f0f6f625f3547b1aa032cef902f5
[9.20] new: test: Add isctest.check.ede() helper for pytest

Add a utility function to check for EDE codes present in the DNS
message. The primary benefit of this helper function is that it
handles the compatibility issues with different dnspython versions
and the actual test code doesn't have to deal with that any more.

Backport of MR !11182

Merge branch 'backport-nicki/isctest-check-ede-helper-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11233