tests.sh revision 26177be2946c99a34096b7d8c202139dfc0e9760
#
# Copyright (C) 2010-2013 Internet Systems Consortium, Inc. ("ISC")
#
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.4 2011/04/19 23:47:52 tbox Exp $
status=0
n=0
DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
# Check the example.com. domain
echo "I:checking DNAME at apex works ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ IXFR=2010062899 (less than serial) ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ IXFR=2010062900 (equal serial) ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ IXFR=2010062901 (greater than serial) ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ with a malformed SOA record"
ret=0
n=`expr $n + 1`
echo "I:exit status: $status"
exit $status