bind9/bin/tests/system/sfcache
Colin Vidal d07deba615 update SERVFAIL cache test
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).
2025-12-17 09:43:13 +01:00
..
ns1 Replace .in with .j2 templates for simple copy_setports cases 2025-12-09 14:23:14 +01:00
ns2 update SERVFAIL cache test 2025-12-17 09:43:13 +01:00
ns5 add tests for EDE 13 support 2025-12-05 23:28:29 +01:00
README Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
setup.sh Replace .in with .j2 templates for simple copy_setports cases 2025-12-09 14:23:14 +01:00
tests.sh Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
tests_sfcache.py update SERVFAIL cache test 2025-12-17 09:43:13 +01:00
tests_sh_sfcache.py Replace clean.sh files with extra_artifacts mark 2024-11-08 10:54:24 +01:00

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.