bind9/bin/tests/system/mkeys
Michał Kępień da430b5f36 Add helper variables in mkeys system test
The keyfile and key ID for the original managed key do not change
throughout the mkeys system test.  Keep them in helper variables to
prevent calling "cat" multiple times and improve code readability.

(cherry picked from commit 2cad382552)
2018-06-13 08:08:25 +02:00
..
ns1 Replace duplicated code snippet with calls to helper functions 2018-06-13 08:08:25 +02:00
ns2 update file headers to remove copyright years 2018-03-14 16:40:20 -07:00
ns3 update file headers to remove copyright years 2018-03-14 16:40:20 -07:00
ns5 update file headers to remove copyright years 2018-03-14 16:40:20 -07:00
clean.sh update file headers to remove copyright years 2018-03-14 16:40:20 -07:00
prereq.sh update file headers to remove copyright years 2018-03-14 16:40:20 -07:00
README update file headers 2018-03-15 18:38:48 -07:00
setup.sh update file headers to remove copyright years 2018-03-14 16:40:20 -07:00
tests.sh Add helper variables in mkeys system test 2018-06-13 08:08:25 +02:00

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

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

This is for testing managed-keys, in particular with problems
with RFC 5011 Automated Updates of DNSSEC Trust Anchors.

ns1 is the root server that offers new KSKs and hosts one record for
testing. The TTL for the zone's records is 2 seconds.

ns2 is a validator that uses managed-keys.  "-T mkeytimers=2/20/40"
is used so it will attempt do automated updates frequently. "-T tat=1"
is used so it will send TAT queries once per second.

ns3 is a validator with a broken key in managed-keys.

ns5 is a validator which is prevented from getting a response from the
root server, causing key refresh queries to fail.