bind9/bin/tests/system/dnssec
Nicki Křížek f144db6b68 Remove license headers from test zone files
The removal has been done with the following command:

find bin/tests/system/ -type f -name "*.db*" -exec sed -i '1,10d; 11{/^$/d}' {} +

The following files have been handled manually, since they already
didn't have the license info, or had it in a slightly different format:

bin/tests/system/ssutoctou/ns1/example.db.in
bin/tests/system/checkzone/zones/crashzone.db
bin/tests/system/checkzone/zones/warn.deprecated.cds-sha1.db
bin/tests/system/checkzone/zones/warn.deprecated.digest-sha1.db
bin/tests/system/checkzone/zones/warn.deprecated.ds-alg.db
bin/tests/system/legacy/ns6/edns512.db.signed
2026-03-31 17:57:58 +02:00
..
ans10 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns1 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns2 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns3 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns4 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
ns5 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
ns6 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns9 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
prereq.sh Remove obsolete dnspython prerequisite checks 2025-11-28 11:24:11 +01:00
README convert dnssec validation tests to python 2025-07-31 12:55:40 -07:00
setup.sh convert dnssec validation tests to python 2025-07-31 12:55:40 -07:00
tests_badkey.py Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
tests_badkey_broken.py Remove compatibility hacks for dnspython<2.7.0 2026-01-21 16:07:31 +01:00
tests_badkey_revoked.py Remove compatibility hacks for dnspython<2.7.0 2026-01-21 16:07:31 +01:00
tests_delv.py Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
tests_policy.py Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
tests_signing.py Make default_algorithm accessible through a fixture and method 2026-02-20 15:17:32 +01:00
tests_tat.py Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
tests_validation.py Do not cache NS from referral in negative responses 2026-03-30 20:41:13 +02:00
tests_validation_accept_expired.py Remove compatibility hacks for dnspython<2.7.0 2026-01-21 16:07:31 +01:00
tests_validation_managed_keys.py Make default_algorithm accessible through a fixture and method 2026-02-20 15:17:32 +01:00
tests_validation_many_anchors.py Don't use dns_db_findzonecut() in query_addbestns() 2026-03-30 20:41:13 +02:00
tests_validation_multiview.py Make default_algorithm accessible through a fixture and method 2026-02-20 15:17:32 +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 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, or with unsupported and disabled algorithms.  It is used
for testing failure cases.

ns6 is a caching and authoritative server used for testing unusual
server behaviors such as disabled DNSSEC algorithms and non-cacheable
responses. It runs with -T nonearest, -T nosoa, and -T tat=3.

ns9 is a forwarding-only server.