Test migration to dnssec-policy with views

This test case is unrelated to the fix for #2171 but was added to
reproduce the problem.

(cherry picked from commit 621093fe69)
This commit is contained in:
Matthijs Mekking
2020-09-30 10:06:37 +02:00
parent d31297c9f8
commit 0e07dbe263
9 changed files with 484 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ copy_setports ns3/named.conf.in ns3/named.conf
copy_setports ns4/named.conf.in ns4/named.conf
copy_setports ns5/named.conf.in ns5/named.conf
copy_setports ns6/named.conf.in ns6/named.conf
copy_setports ns7/named.conf.in ns7/named.conf
if $SHELL ../testcrypto.sh ed25519; then
echo "yes" > ed25519-supported.file
@@ -53,3 +54,7 @@ fi
cd ns6
$SHELL setup.sh
)
(
cd ns7
$SHELL setup.sh
)