Searched refs:good (Results 1 - 25 of 37) sorted by relevance

12

/bind-9.11.3/bin/tests/system/checkconf/
H A Dclean.sh9 rm -f good.conf.in good.conf.out badzero.conf *.out
H A Dtests.sh14 echo "I: checking that named-checkconf handles a known good config ($n)"
16 $CHECKCONF good.conf > /dev/null 2>&1 || ret=1
21 echo "I: checking that named-checkconf prints a known good config ($n)"
23 awk 'BEGIN { ok = 0; } /cut here/ { ok = 1; getline } ok == 1 { print }' good.conf > good.conf.in
24 [ -s good.conf.in ] || ret=1
25 $CHECKCONF -p good.conf.in | grep -v '^good.conf.in:' > good.conf.out 2>&1 || ret=1
26 cmp good
[all...]
/bind-9.11.3/bin/tests/system/verify/
H A Dclean.sh7 rm -f zones/*.good
8 rm -f zones/*.good.tmp
H A Dtests.sh20 for file in zones/*.good
23 zone=`expr "$file" : 'zones/\(.*\).good'`
24 echo "I:checking supposedly good zone: $zone ($n)"
93 $VERIFY zones/ksk+zsk.nsec.good > verify.out.$n 2>&1 && ret=1
101 $VERIFY -o invalid.origin zones/ksk+zsk.nsec.good > verify.out.$n 2>&1 && ret=1
/bind-9.11.3/bin/tests/system/glue/
H A Dtests.sh22 $PERL ../digcomp.pl --lc fi.good dig.out || status=1
26 $PERL ../digcomp.pl xx.good dig.out || status=1
30 $PERL ../digcomp.pl yy.good dig.out || status=1
34 $PERL ../digcomp.pl noglue.good dig.out || status=1
/bind-9.11.3/bin/tests/system/sortlist/
H A Dclean.sh11 rm -f *.dig *.good *.out
H A Dtests.sh17 cat <<EOF >test1.good
30 $DIFF test1.dig test1.good || status=1
33 cat <<EOF >test2.good
/bind-9.11.3/bin/tests/system/dsdigest/
H A Dtests.sh20 # Check the good. domain
24 $DIG $DIGOPTS a.good. @10.53.0.3 a > dig.out.good || ret=1
25 grep "status: NOERROR" dig.out.good > /dev/null || ret=1
26 grep "flags:[^;]* ad[ ;]" dig.out.good > /dev/null || ret=1
H A Dclean.sh13 rm -f ns2/good.db ns2/bad.db
/bind-9.11.3/bin/tests/system/dsdigest/ns2/
H A Dsign.sh14 zone1=good.
15 infile1=good.db.in
16 zonefile1=good.db
/bind-9.11.3/bin/tests/system/case/
H A Dtests.sh63 $PERL ../digcomp.pl dig.ns1.test$n dynamic.good || ret=1
72 $PERL ../digcomp.pl dig.ns2.test$n dynamic.good || ret=1
86 $PERL ../digcomp.pl dig.ns1.test$n postupdate.good || ret=1
101 $PERL ../digcomp.pl dig.ns2.test$n postupdate.good || ret=1
116 $PERL ../digcomp.pl dig.ns1.test$n postns1.good || ret=1
131 $PERL ../digcomp.pl dig.ns2.test$n postns1.good || ret=1
/bind-9.11.3/bin/tests/system/rrchecker/
H A Dtests.sh18 $DIFF classlist.out classlist.good || { echo "I:failed"; status=`expr $status + 1`; }
23 $DIFF typelist.out typelist.good || { echo "I:failed"; status=`expr $status + 1`; }
28 $DIFF privatelist.out privatelist.good || { echo "I:failed"; status=`expr $status + 1`; }
/bind-9.11.3/bin/tests/system/v6synth/
H A Dtests.sh34 cat <<EOF >good.out
59 diff good.out dig.out || status=1
/bind-9.11.3/bin/tests/system/dsdigest/ns1/
H A Dsign.sh18 cp ../ns2/dsset-good$TP .
/bind-9.11.3/bin/tests/system/rsabigexponent/
H A Dtests.sh20 for f in conf/good*.conf
/bind-9.11.3/bin/tests/system/cookie/
H A Dtests.sh43 for good in good*.conf
46 echo "I:checking that named-checkconf detects accepts $good ($n)"
48 $CHECKCONF $good > /dev/null 2>&1 || ret=1
75 grep "; COOKIE:.*(good)" dig.out.test$n > /dev/null || ret=1
86 grep "; COOKIE:.*(good)" dig.out.test$n > /dev/null || ret=1
95 grep "; COOKIE:.*(good)" dig.out.test$n > /dev/null || ret=1
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp233 while (!done && m_is.get(ch).good()) {
237 while (!done && m_is.get(ch).good()) {
255 if (!m_is.good())
309 while (m_is.good() && m_is.peek() != '\n')
329 bool good(void) const;
397 parser< TKZ >::good(void) function in class:tools::parser::parser
400 return m_tkz.m_is.good();
H A Dio_test.cpp320 ATF_REQUIRE(os.good() || (os.bad() && errno == EINTR));
416 ATF_REQUIRE(std::cout.good());
417 ATF_REQUIRE(std::cerr.good());
/bind-9.11.3/bin/tests/system/filter-aaaa/conf/
H A Dbad2.conf13 * While this matches the defaults, it is not a good configuration
/bind-9.11.3/bin/tests/system/masterfile/
H A Dtests.sh52 $DIFF checkzone.out$n zone/inheritownerafterinclude.good || ret=1
/bind-9.11.3/bin/tests/system/verify/zones/
H A Dgenzones.sh29 setup zsk-only.nsec good
33 setup ksk-only.nsec good
37 setup ksk+zsk.nsec good
43 setup zsk-only.nsec3 good
47 setup ksk-only.nsec3 good
51 setup ksk+zsk.nsec3 good
56 setup ksk+zsk.outout good
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c369 goto good;
402 goto good;
414 goto good;
427 good:
/bind-9.11.3/bin/tests/system/keymgr/
H A Dtests.sh83 echo "good count was $found expected $ok"
102 cmp -s policy.good policy.out || ret=1
/bind-9.11.3/util/
H A Dmerge_copyrights99 } elsif ($base =~ /\/(named|rndc|good|bad).{0,2}\.conf$/) {
101 } elsif ($base =~ /\/checkconf\/(good|bad)-.*\.conf$/) {
/bind-9.11.3/bin/tests/system/dnstap/
H A Dtests.sh25 for good in good-*.conf
28 echo "I: checking that named-checkconf detects no error in $good"
29 $CHECKCONF $good > /dev/null 2>&1

Completed in 45 milliseconds

12