From: Peter van Dijk Date: Sat, 26 Jan 2013 20:31:33 +0000 (+0000) Subject: add ghost domain test frame X-Git-Tag: rec-3.5-rc3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=817367ce79fb4e04c9509bc05f25d3de90bb93d9;p=thirdparty%2Fpdns.git add ghost domain test frame git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3082 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 4f31047c86..9b939ff71d 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -72,6 +72,8 @@ marvin.example.net. 3600 IN NS ns.marvin.example.net. ns.marvin.example.net. 3600 IN A $PREFIX.15 trillian.example.net. 3600 IN NS ns.trillian.example.net. ns.trillian.example.net. 3600 IN A $PREFIX.16 +ghost.example.net. 3600 IN NS ns.ghost.example.net. +ns.ghost.example.net. 3600 IN A $PREFIX.17 EOF mkdir $PREFIX.11 @@ -161,6 +163,48 @@ function prequery ( dnspacket ) end EOF +### parent zone for ghost testing +mkdir $PREFIX.17 +cat > $PREFIX.17/ghost.example.net.zone < $PREFIX.18/1.ghost.example.net.zone < $PREFIX.18/prequery.lua < recursor-service/recursor.conf << EOF +socket-dir=$(pwd)/recursor-service +EOF \ No newline at end of file