1589. [func] DNSSEC lookaside validation.

enable-dnssec -> dnssec-enable
This commit is contained in:
Mark Andrews
2004-03-10 02:19:58 +00:00
parent fa7ee558e0
commit 50105afc55
33 changed files with 951 additions and 106 deletions

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.43 2004/03/05 05:00:09 marka Exp $
# $Id: tests.sh,v 1.44 2004/03/10 02:19:53 marka Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
@@ -441,6 +441,12 @@ n=`expr $n + 1`
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
echo "I:checking dnssec-lookaside-validation works ($n)"
ret=0
$DIG $DIGOPTS private.secure.example. SOA @10.53.0.6 \
> dig.out.ns6.test$n || ret=1
grep "flags:.*ad.*QUERY" dig.out.ns6.test$n > /dev/null || ret=1
# Run a minimal update test if possible. This is really just
# a regression test for RT #2399; more tests should be added.