mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Check that badalg.secure.example resolves
Previously, badalg.secure.example would return SERVFAIL because the DS records (from the parent) could not be validated.
This commit is contained in:
parent
a0945f6337
commit
21934102d3
1 changed files with 1 additions and 0 deletions
|
|
@ -1320,6 +1320,7 @@ def test_unknown_algorithms():
|
|||
# check EDE code 1 for bad algorithm mnemonic
|
||||
msg = isctest.query.create("badalg.secure.example", "A")
|
||||
res = isctest.query.tcp(msg, "10.53.0.4")
|
||||
isctest.check.noerror(res)
|
||||
isctest.check.noadflag(res)
|
||||
if hasattr(res, "extended_errors"):
|
||||
assert (
|
||||
|
|
|
|||
Loading…
Reference in a new issue