mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
An existing SERVFAIL cache test is updated as it initially checks there are no EDE (the first SERVFAIL) then immediately re-does the same query, (still SERVFAIL), and expect the CACHED_ERROR EDE. However, the configuration used for this test to generate a SERVFAIL is a broken DNSSEC configuration, where the DNSKEY is not the expected one (it's a ZSK instead of a KZK). As a result, the first attempt also now raise an EDE (MISSING_DNSKEY). |
||
|---|---|---|
| .. | ||
| ns1 | ||
| ns2 | ||
| ns5 | ||
| README | ||
| setup.sh | ||
| tests.sh | ||
| tests_sfcache.py | ||
| tests_sh_sfcache.py | ||
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
SPDX-License-Identifier: MPL-2.0
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, you can obtain one at https://mozilla.org/MPL/2.0/.
See the COPYRIGHT file distributed with this work for additional
information regarding copyright ownership.
The test setup for the SERVFAIL ncache tests has a secure root.
ns1 is the root server.
ns2 is an authoritative server for the various test domains.
ns5 is a caching-only server, configured with the an incorrect trusted
key for the root. It is used for testing failure cases.