bind9/bin/tests/system/dnssec
Michal Nowak 00584d6f29 Fix failing grep invocation on OpenBSD
Lines starting with A or NSEC are expected but not matched with the
OpenBSD grep. Extended regular expressions with direct use of
parentheses and the pipe symbol is more appropriate.

    I:checking RRSIG query from cache (154)
    I:failed
2025-03-18 23:29:22 +00:00
..
ans10 Check insecure response with missing RRSIG in authority 2025-02-20 20:31:07 +00:00
ns1 Check insecure response with missing RRSIG in authority 2025-02-20 20:31:07 +00:00
ns2 add system tests covering EDE 7 and 8 2025-03-13 09:57:09 +01:00
ns3 Check recovery from spoofed server addresses 2025-02-03 00:24:34 +00:00
ns4 add a test with an inconsistent NS RRset 2025-02-19 17:25:20 -08:00
ns5 Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
ns6 Remove the lock-file configuration and -X argument to named 2023-10-26 22:42:37 +02:00
ns7 Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
ns8 Rename system test directory with common files to _common 2023-09-19 13:29:27 +02:00
ns9 add a test with an inconsistent NS RRset 2025-02-19 17:25:20 -08:00
signer fix handling of revoked keys 2025-03-14 22:25:44 +00:00
dnssec_update_test.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ntadiff.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
prereq.sh Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
README Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
setup.sh Remove invocations and mentions of clean.sh 2024-11-08 10:54:24 +01:00
tests.sh Fix failing grep invocation on OpenBSD 2025-03-18 23:29:22 +00:00
tests_sh_dnssec.py add a test with an inconsistent NS RRset 2025-02-19 17:25:20 -08: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 DNSSEC tests has a secure root.

ns1 is the root server.

ns2 and ns3 are authoritative servers for the various test domains.

ns4 is a caching-only server, configured with the correct trusted key
for the root.

ns5 is a caching-only server, configured with the an incorrect trusted
key for the root.  It is used for testing failure cases.

ns6 is an caching and authoritative server used for testing unusual
server behaviors such as disabled DNSSEC algorithms.

ns7 is used for checking non-cacheable answers.

ns8 is a caching-only server, configured with unsupported and disabled
algorithms.  It is used for testing failure cases.

ns9 is a forwarding-only server.