# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
+set -e
+
rm -f ./*/K*.key ./*/K*.private ./*/*.signed ./*/*.db ./*/dsset-*
rm -f ./*/managed.conf ./*/trusted.conf
rm -f ./*/named.memstats
# shellcheck source=conf.sh
. "$SYSTEMTESTTOP/conf.sh"
+set -e
+
zone=.
infile=root.db.in
zonefile=root.db
# shellcheck source=conf.sh
. "$SYSTEMTESTTOP/conf.sh"
+set -e
+
zone=example.
infile=example.db.in
zonefile=example.db
# shellcheck source=conf.sh
. "$SYSTEMTESTTOP/conf.sh"
+set -e
+
keyname=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone ".")
keyfile_to_trusted_keys "$keyname" > trusted.conf
# shellcheck source=conf.sh
. "$SYSTEMTESTTOP/conf.sh"
+set -e
+
$SHELL clean.sh
copy_setports ns1/named.conf.in ns1/named.conf
# shellcheck source=conf.sh
. "$SYSTEMTESTTOP/conf.sh"
+set -e
+
status=0
n=0