Searched refs:out (Results 1 - 25 of 171) sorted by relevance

1234567

/bind-9.6-ESV-R11/bin/tests/system/checkzone/
H A Dclean.sh17 rm -f test.out.*
/bind-9.6-ESV-R11/bin/tests/system/formerr/
H A Dclean.sh15 rm -f nametoolong.out
16 rm -f twoquestions.out
17 rm -f noquestions.out
H A Dtests.sh23 $PERL formerr.pl -a 10.53.0.1 -p 5300 nametoolong > nametoolong.out
24 ans=`grep got: nametoolong.out`
31 $PERL formerr.pl -a 10.53.0.1 -p 5300 twoquestions > twoquestions.out
32 ans=`grep got: twoquestions.out`
40 $PERL formerr.pl -a 10.53.0.1 -p 5300 noquestions > noquestions.out
41 ans=`grep got: noquestions.out`
/bind-9.6-ESV-R11/bin/tests/system/v6synth/
H A Dclean.sh20 rm -f *.out
/bind-9.6-ESV-R11/bin/tests/system/zonechecks/
H A Dclean.sh19 rm -f *.out
H A Dtests.sh26 if $CHECKZONE . cname.db > cname.out 2>&1
28 if grep "is a CNAME" cname.out > /dev/null
40 if $CHECKZONE . dname.db > dname.out 2>&1
42 if grep "is below a DNAME" dname.out > /dev/null
54 if $CHECKZONE . noaddress.db > noaddress.out
56 if grep "has no address records" noaddress.out > /dev/null
68 if $CHECKZONE . nxdomain.db > nxdomain.out
70 if grep "has no address records" noaddress.out > /dev/null
82 if $CHECKZONE -n fail . a.db > a.out 2>&1
86 if grep "appears to be an address" a.out > /de
[all...]
/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/
H A Dclean.sh19 rm -f dig.out.test*
20 rm -f dig.out.cyclic dig.out.fixed dig.out.random
21 rm -f dig.out.0 dig.out.1 dig.out.2 dig.out.3
H A Dtests.sh40 -p 5300 @10.53.0.1 fixed.example > dig.out.fixed || ret=1
41 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
57 -p 5300 @10.53.0.1 cyclic.example > dig.out.cyclic || ret=1
59 cp dig.out.cyclic dig.out.$j
61 cmp -s dig.out.cyclic dig.out.$j && matches=`expr $matches + 1`
64 cmp -s dig.out.0 dig.out
[all...]
/bind-9.6-ESV-R11/bin/tests/system/upforwd/
H A Dclean.sh24 rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1 dig.out.ns3 dig.out.ns1.after
/bind-9.6-ESV-R11/bin/tests/system/zero/
H A Dtests.sh27 $DIG -p 5300 @10.53.0.3 -f query.list > dig.out$i.1 &
28 $DIG -p 5300 @10.53.0.3 -f query.list > dig.out$i.2 &
29 $DIG -p 5300 @10.53.0.3 -f query.list > dig.out$i.3 &
30 $DIG -p 5300 @10.53.0.3 -f query.list > dig.out$i.4 &
31 $DIG -p 5300 @10.53.0.3 -f query.list > dig.out$i.5 &
32 $DIG -p 5300 @10.53.0.3 -f query.list > dig.out$i.6 &
34 grep "status: SERVFAIL" dig.out$i.1 && ret=1
35 grep "status: SERVFAIL" dig.out$i.2 && ret=1
36 grep "status: SERVFAIL" dig.out$i.3 && ret=1
37 grep "status: SERVFAIL" dig.out
[all...]
/bind-9.6-ESV-R11/bin/tests/system/limits/
H A Dtests.sh26 $DIG +tcp +norec 1000.example. @10.53.0.1 a -p 5300 > dig.out.1000 || status=1
27 #dig 1000.example. @10.53.0.1 a -p 5300 > knowngood.dig.out.1000
28 $PERL ../digcomp.pl knowngood.dig.out.1000 dig.out.1000 || status=1
31 $DIG +tcp +norec 2000.example. @10.53.0.1 a -p 5300 > dig.out.2000 || status=1
32 #dig 2000.example. @10.53.0.1 a -p 5300 > knowngood.dig.out.2000
33 $PERL ../digcomp.pl knowngood.dig.out.2000 dig.out.2000 || status=1
36 $DIG +tcp +norec 3000.example. @10.53.0.1 a -p 5300 > dig.out.3000 || status=1
37 #dig 3000.example. @10.53.0.1 a -p 5300 > knowngood.dig.out
[all...]
H A Dclean.sh23 rm -f dig.out.*
/bind-9.6-ESV-R11/bin/tests/system/cacheclean/
H A Dclean.sh24 rm -f dig.out.ns2
/bind-9.6-ESV-R11/bin/tests/system/dname/
H A Dclean.sh23 rm -f dig.out.*
/bind-9.6-ESV-R11/bin/tests/system/forward/
H A Dclean.sh21 rm -f dig.out.*
H A Dtests.sh30 $DIG txt.example1. txt @$hidden -p 5300 > dig.out.hidden || ret=1
31 $DIG txt.example1. txt @$f1 -p 5300 > dig.out.f1 || ret=1
32 $PERL ../digcomp.pl dig.out.hidden dig.out.f1 || ret=1
38 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
39 $DIG txt.example2. txt @$f1 -p 5300 > dig.out.f1 || ret=1
40 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
46 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
47 $DIG txt.example2. txt @$f1 -p 5300 > dig.out
[all...]
/bind-9.6-ESV-R11/bin/tests/system/glue/
H A Dclean.sh24 rm -f dig.out ns1/cache
H A Dtests.sh30 $DIG +norec @10.53.0.1 -p 5300 foo.bar.fi. A >dig.out || status=1
31 $PERL ../digcomp.pl --lc fi.good dig.out || status=1
34 $DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1
35 $PERL ../digcomp.pl xx.good dig.out || status=1
38 $DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
39 $PERL ../digcomp.pl yy.good dig.out || status=1
41 echo "I:testing that we don't find out-of-zone glue"
42 $DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
43 $PERL ../digcomp.pl noglue.good dig.out || status=1
/bind-9.6-ESV-R11/bin/tests/system/masterfile/
H A Dclean.sh20 rm -f dig.out.*
H A Dtests.sh29 $DIG +nostats +nocmd include. axfr @10.53.0.1 -p 5300 >dig.out.$n
32 $DIG +nostats +nocmd ttl2. axfr @10.53.0.1 -p 5300 >>dig.out.$n
35 $DIG +nostats +nocmd ttl2. axfr @10.53.0.1 -p 5300 >>dig.out.$n
37 diff dig.out.$n knowngood.dig.out || status=1
44 $DIG +tcp +noall +answer example soa @10.53.0.2 -p 5300 > dig.out.$n
45 grep SOA dig.out.$n > /dev/null || ret=1
52 $DIG +tcp +all missing soa @10.53.0.2 -p 5300 > dig.out.$n
53 grep "status: SERVFAIL" dig.out.$n > /dev/null || ret=1
/bind-9.6-ESV-R11/bin/tests/system/notify/
H A Dclean.sh24 rm -f ns3/example.bk dig.out.ns2.test* dig.out.ns3.test*
/bind-9.6-ESV-R11/bin/tests/system/unknown/
H A Dclean.sh20 rm -f dig.out check.out
/bind-9.6-ESV-R11/bin/tests/system/dialup/
H A Dtests.sh25 rm -f dig.out.*
31 $DIG $DIGOPTS example. @10.53.0.1 soa > dig.out.ns1.test || ret=1
37 $DIG $DIGOPTS example. @10.53.0.2 soa > dig.out.ns2.test || ret=1
38 if grep SERVFAIL dig.out.ns2.test > /dev/null
43 $PERL ../digcomp.pl dig.out.ns1.test dig.out.ns2.test || ret=1
56 $DIG $DIGOPTS example. @10.53.0.3 soa > dig.out.ns3.test || ret=1
57 if grep SERVFAIL dig.out.ns3.test > /dev/null
62 $PERL ../digcomp.pl dig.out.ns1.test dig.out
[all...]
/bind-9.6-ESV-R11/bin/tests/system/acl/
H A Dtests.sh31 @10.53.0.2 -b 10.53.0.1 axfr -y one:1234abcd8765 -p 5300 > dig.out
32 grep "^;" dig.out > /dev/null 2>&1 || { echo "I:test $t failed" ; status=1; }
37 @10.53.0.2 -b 10.53.0.1 axfr -y two:1234abcd8765 -p 5300 > dig.out
38 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
47 @10.53.0.2 -b 10.53.0.1 axfr -y one:1234abcd8765 -p 5300 > dig.out
48 grep "^;" dig.out > /dev/null 2>&1 || { echo "I:test $t failed" ; status=1; }
53 @10.53.0.2 -b 127.0.0.1 axfr -y two:1234abcd8765 -p 5300 > dig.out
54 grep "^;" dig.out > /dev/null 2>&1 || { echo "I:test $t failed" ; status=1; }
58 @10.53.0.2 -b 127.0.0.1 axfr -y one:1234abcd8765 -p 5300 > dig.out
59 grep "^;" dig.out > /de
[all...]
/bind-9.6-ESV-R11/bin/tests/system/xfer/
H A Dclean.sh24 rm -f dig.out.ns1 dig.out.ns2 dig.out.ns3 dig.out.ns4
25 rm -f dig.out.ns5 dig.out.ns6 dig.out.ns7
26 rm -f dig.out.soa.ns3
27 rm -f axfr.out

Completed in 5807 milliseconds

1234567