From: Kees Monshouwer Date: Thu, 4 Jul 2013 19:20:22 +0000 (+0200) Subject: add insecure delegation to ext-nsd opt-out tests X-Git-Tag: rec-3.6.0-rc1~458^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb6c562882467c794eb487aa330350b2fb8cfda8;p=thirdparty%2Fpdns.git add insecure delegation to ext-nsd opt-out tests --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 755e7c2a9a..fc93ea6a84 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -45,6 +45,10 @@ __EOF__ ;; nsec3-optout) ldns-signzone -n -p -a 1 -s abcd -t 1 -f ${zone}.signed ${zonefile} $ksk $zsk + if [ "$zone" = "dnssec-parent.com" ] + then + echo "insecure.dnssec-parent.com. IN NS ns.insecure.dnssec-parent.com." >> ${zone}.signed + fi ;; unsigned) cp ${zonefile} ${zone}.signed