Lines Matching refs:delegation

386 echo "I:checking that removal of a delegation is honoured ($n)"
609 echo "I:check that SOA query returns data for delegation-only apex (${n})"
611 $DIG soa delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
619 echo "I:check that NS query returns data for delegation-only apex (${n})"
621 $DIG ns delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
628 echo "I:check that A query returns data for delegation-only A apex (${n})"
630 $DIG a delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
637 echo "I:check that CDS query returns data for delegation-only apex (${n})"
639 $DIG cds delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
646 echo "I:check that AAAA query returns data for delegation-only AAAA apex (${n})"
648 $DIG a delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
655 echo "I:check that DNSKEY query returns data for delegation-only apex (${n})"
657 $DIG dnskey delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
664 echo "I:check that CDNSKEY query returns data for delegation-only apex (${n})"
666 $DIG cdnskey delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
673 echo "I:check that NXDOMAIN is returned for delegation-only non-apex A data (${n})"
675 $DIG a a.delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
681 echo "I:check that NXDOMAIN is returned for delegation-only non-apex CDS data (${n})"
683 $DIG cds cds.delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
689 echo "I:check that NXDOMAIN is returned for delegation-only non-apex AAAA data (${n})"
691 $DIG aaaa aaaa.delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1
697 echo "I:check that NXDOMAIN is returned for delegation-only non-apex CDNSKEY data (${n})"
699 $DIG cdnskey cdnskey.delegation-only @10.53.0.5 -p 5300 > dig.out.ns5.test${n} || ret=1