Files
bind9/bin/tests/system/checkds
Michał Kępień 7d6c2b9e48 Explicitly specify encoding for open() calls
Address the following warnings reported by PyLint 2.10.2:

    ************* Module tests-checkds
    bin/tests/system/checkds/tests-checkds.py:70:9: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
    bin/tests/system/checkds/tests-checkds.py:120:13: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
    bin/tests/system/checkds/tests-checkds.py:206:17: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
    ************* Module yamlget
    bin/tests/system/digdelv/yamlget.py:22:5: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)

(cherry picked from commit 6a4b8b1456)
2021-09-16 08:55:15 +02:00
..
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00
2021-07-01 14:48:23 +02:00

Copyright (C) Internet Systems Consortium, Inc. ("ISC")

See COPYRIGHT in the source root or https://isc.org/copyright.html for terms.

The test setup for the checkds tests.

These servers are parent servers:
- ns2 is a primary authoritative server that serves the parent zone for zones
  configured in ns9.
- ns4 is the secondary server for ns2.
- ns5 is a primary authoritative server that serves the parent zone for zones
  configured in ns9, but this one does not publish DS records (to test cases
  where the DS is missing).
- ns6 is an authoritative server for a different zone, to test badly configured
  parental agents.
- ns7 is the secondary server for ns5.

Finally, ns9 is the authoritative server for the various DNSSEC enabled test
domains.