Searched refs:ns5 (Results 1 - 25 of 31) sorted by relevance

12

/bind-9.11.3/bin/tests/system/notify/
H A Dclean.sh15 rm -f dig.out.?.ns5.test*
25 rm -f ns5/x21.bk-b
26 rm -f ns5/x21.bk-b.jnl
27 rm -f ns5/x21.bk-c
28 rm -f ns5/x21.bk-c.jnl
29 rm -f ns5/x21.db.jnl
H A Dtests.sh196 txt -p 5300 > dig.out.b.ns5.test$n || ret=1
199 txt -p 5300 > dig.out.c.ns5.test$n || ret=1
200 grep "test string" dig.out.b.ns5.test$n > /dev/null &&
201 grep "test string" dig.out.c.ns5.test$n > /dev/null &&
205 grep "test string" dig.out.b.ns5.test$n > /dev/null || ret=1
206 grep "test string" dig.out.c.ns5.test$n > /dev/null || ret=1
/bind-9.11.3/bin/tests/system/dlv/
H A Dtests.sh23 $DIG $DIGOPTS child1.utld dnskey @10.53.0.5 > dig.out.ns5.test$n || ret=1
24 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
31 $DIG $DIGOPTS grand.child1.utld dnskey @10.53.0.5 > dig.out.ns5.test$n || ret=1
32 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
39 $DIG $DIGOPTS child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
40 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
47 $DIG $DIGOPTS grand.child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
48 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
H A Dclean.sh28 rm -f ns1/trusted.conf ns5/trusted.conf
29 rm -f ns3/trusted-dlv.conf ns5/trusted-dlv.conf
/bind-9.11.3/bin/tests/system/mkeys/
H A Dsetup.sh17 cp ns5/named1.args ns5/named.args
H A Dclean.sh18 rm -f ns5/named.args
H A Dtests.sh659 # By the time we get here, ns5 should have attempted refreshing its managed
661 # from ns5. Note that named1.args does not contain "-T mkeytimers"; this is to
664 # between the next scheduled key refresh time and startup time of restarted ns5.
665 $PERL $SYSTEMTESTTOP/stop.pl --use-rndc . ns5
666 nextpart ns5/named.run > /dev/null
667 $PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns5
668 wait_for_log "Returned from key fetch in keyfetch_done()" ns5/named.run
669 # ns5/named.run will contain logs from both the old instance and the new
671 count=`grep -c "Creating key fetch" ns5/named.run`
679 $PERL $SYSTEMTESTTOP/stop.pl --use-rndc . ns5
[all...]
/bind-9.11.3/bin/tests/system/rpz/
H A Dclean.sh12 rm -f ns5/requests ns5/example.db ns5/bl.db ns5/*.perf
H A Dsetup.sh44 cat <<EOF >ns5/rpz-switch
57 cat <<EOF >ns5/example.db
66 cat <<EOF >ns5/bl.db
88 }' >>ns5/example.db
90 echo >>ns5/bl.db
91 echo "; rewrite some names" >>ns5/bl.db
94 }' >>ns5/bl.db
96 echo >>ns5/bl.db
97 echo "; rewrite with some not entirely trivial patricia trees" >>ns5/bl.db
101 }' >>ns5/b
[all...]
H A Dtests.sh20 ns5=$ns.5 # another rewriting resolver
349 addr 35.35.35.35 "x.servfail @$ns5" # 35 qname-wait-recurse no
352 ckstats $ns5 test1 ns5 1
379 ckstats $ns5 test1 ns5 0
485 # and in ns5/named.conf
494 nxdomain a3-5.tld2 +norecurse @$ns5 # 8 bl-nodata global recursive-only no
495 nxdomain a3-5.tld2s @$ns5 # 9 bl-nodata global break-dnssec
496 nxdomain a3-5.tld2s +dnssec @$ns5 # 1
[all...]
/bind-9.11.3/bin/tests/system/sfcache/
H A Dtests.sh21 $DIG $DIGOPTS +dnssec foo.example. a @10.53.0.5 > dig.out.ns5.test$n || ret=1
22 $RNDC -c ../common/rndc.conf -s 10.53.0.5 -p 9953 dumpdb -all 2>&1 | sed 's/^/I:ns5 /'
24 awk '/Zone/{out=0} { if (out) print } /SERVFAIL/{out=1}' ns5/named_dump.db > sfcache.$n
35 $DIG $DIGOPTS +dnssec foo.example. a @10.53.0.5 > dig.out.ns5.test$n || ret=1
36 grep "SERVFAIL" dig.out.ns5.test$n > /dev/null || ret=1
43 $DIG $DIGOPTS +dnssec +cd foo.example. a @10.53.0.5 > dig.out.ns5.test$n || ret=1
44 grep "SERVFAIL" dig.out.ns5.test$n > /dev/null && ret=1
52 awk '/SERVFAIL/ { next; out=1 } /Zone/ { out=0 } { if (out) print }' ns5/named_dump.db
55 $DIG $DIGOPTS bar.example. a @10.53.0.5 > dig.out.ns5.test$n || ret=1
56 $RNDC -c ../common/rndc.conf -s 10.53.0.5 -p 9953 dumpdb -all 2>&1 | sed 's/^/I:ns5 /'
[all...]
H A Dsetup.sh18 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
/bind-9.11.3/bin/tests/system/resolver/
H A Dtests.sh254 $DIG +tcp . @10.53.0.5 soa -p 5300 > dig.ns5.out.${n} || ret=1
255 grep "status: NOERROR" dig.ns5.out.${n} > /dev/null || ret=1
263 $DIG +tcp . @10.53.0.5 txt -p 5300 > dig.ns5.out.${n} || ret=1
264 grep "status: NOERROR" dig.ns5.out.${n} > /dev/null || ret=1
272 $DIG +tcp noexistant @10.53.0.5 txt -p 5300 > dig.ns5.out.${n} || ret=1
273 grep "status: NXDOMAIN" dig.ns5.out.${n} > /dev/null || ret=1
388 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.prime.${n}
389 grep "status: NOERROR" dig.ns5.prime.${n} > /dev/null || { ret=1; echo "I: priming failed"; }
398 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.out.${n}
399 grep "status: NXDOMAIN" dig.ns5
[all...]
H A Dclean.sh32 rm -f ns5/trusted.conf
/bind-9.11.3/bin/tests/system/dnssec/
H A Dsetup.sh24 cd ../ns5 && {
/bind-9.11.3/bin/tests/system/dlv/ns1/
H A Dsign.sh39 cp trusted.conf ../ns5
/bind-9.11.3/bin/tests/system/mkeys/ns1/
H A Dsign.sh31 cp managed.conf ../ns5/managed.conf
/bind-9.11.3/bin/tests/system/wildcard/
H A Dtests.sh50 $DIG $DIGOPTS +cd a b.wild.nsec @10.53.0.5 > dig.out.ns5.test$n || ret=1
51 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns5.test$n > /dev/null || ret=1
52 grep -i 'flags:.* ad[ ;]' dig.out.ns5.test$n > /dev/null && ret=1
112 $DIG $DIGOPTS +cd a b.wild.nsec3 @10.53.0.5 > dig.out.ns5.test$n || ret=1
113 grep -i 'O3TJ8D9AJ54CBTFCQCJ3QK49CH7SF6H9\.nsec3\..*V5DLFB6UJNHR94LQ61FO607KGK12H88A' dig.out.ns5.test$n > /dev/null || ret=1
114 grep -i 'flags:.* ad[ ;]' dig.out.ns5.test$n > /dev/null && ret=1
/bind-9.11.3/bin/tests/system/inline/
H A Dclean.sh77 rm -f ns5/K*
78 rm -f ns5/named.conf
79 rm -f ns5/bits.bk
80 rm -f ns5/bits.bk.jnl
81 rm -f ns5/bits.bk.signed
82 rm -f ns5/bits.bk.signed.jnl
H A Dsetup.sh36 cp ns5/named.conf.pre ns5/named.conf
/bind-9.11.3/bin/tests/system/resolver/ns6/
H A Dkeygen.sh41 ' > ../ns5/trusted.conf
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dsetup.sh65 cp -f ns5/local.db.in ns5/local.db
H A Dclean.sh35 rm -f ns5/local.db
/bind-9.11.3/bin/tests/system/xfer/
H A Dclean.sh16 rm -f dig.out.ns5 dig.out.ns6 dig.out.ns7
/bind-9.11.3/bin/tests/system/autosign/ns1/
H A Dkeygen.sh55 cp trusted.conf ../ns5/trusted.conf

Completed in 35 milliseconds

12