OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns6
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/mpl/bind/dist/bin/tests/system/xfer/
tests_retransfer_with_force.py
26
def test_wait_for_zone_retransfer(named_port,
ns6
):
28
with
ns6
.watch_log_from_here() as watcher:
29
ns6
.rndc("retransfer axfr-rndc-retransfer-force.")
35
def test_cancel_ongoing_retransfer(named_port,
ns6
):
39
with
ns6
.watch_log_from_here(timeout=30) as watcher_transfer_success:
40
with
ns6
.watch_log_from_here() as watcher_transfer_shutting_down:
41
ns6
.rndc("retransfer -force axfr-rndc-retransfer-force.")
51
def test_min_transfer_rate_in(
ns6
):
53
with
ns6
.watch_log_from_here() as watcher:
54
ns6
.rndc("retransfer axfr-min-transfer-rate."
[
all
...]
tests_retransfer_with_transferstuck.py
29
def test_retransfer_with_transferstuck(
ns6
):
32
with
ns6
.watch_log_from_here(timeout=60) as watcher:
33
ns6
.rndc("retransfer -force axfr-max-idle-time.")
setup.sh
42
dnspython_genzone 6 3 >
ns6
/primary.db
tests_xfer.py
118
def test_zone_is_dumped_after_transfer(ns1, ns2, ns3,
ns6
, ns7):
154
rndc_reload(ns1, ns2, ns3,
ns6
, ns7)
165
"
ns6
/primary.db",
176
rndc_reload(ns1, ns2,
ns6
, ns7)
202
ns6
.rndc("notify primary.")
234
isctest.log.info("
ns6
has a journal iff it received an IXFR.")
235
assert os.path.exists("
ns6
/sec.bk")
236
assert not os.path.exists("
ns6
/sec.bk.jnl")
446
def test_axfr_too_many_records(
ns6
):
447
with
ns6
.watch_log_from_start() as watcher
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/resolver/
setup.sh
18
cp
ns6
/to-be-removed.tld.db.in
ns6
/to-be-removed.tld.db
21
(cd
ns6
&& $SHELL keygen.sh)
tests.sh
226
# nameservers in the targetns zone on
ns6
.
622
grep "query: no-edns-version.tld IN A -E(1)"
ns6
/named.run >/dev/null || ret=1
980
grep "responselog no;"
ns6
/named.conf >/dev/null || ret=1
981
grep "response: version.bind CH TXT NOERROR"
ns6
/named.run >/dev/null && ret=1
988
grep "response: should.be.logged"
ns6
/named.run >/dev/null && ret=1
990
dig_with_opts @10.53.0.6 should.be.logged >dig.
ns6
.out.${n} || ret=1
991
grep "response: should.be.logged"
ns6
/named.run >/dev/null || ret=1
999
dig_with_opts @10.53.0.6 toggled.should.not.be.logged >dig.
ns6
.out.${n} || ret=1
1000
grep "response: toggled.should.not.be.logged"
ns6
/named.run >/dev/null && ret=1
1008
dig_with_opts @10.53.0.6 toggled.should.be.logged >dig.
ns6
.out.${n} || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/legacy/
build.sh
16
(cd
ns6
&& $SHELL -e sign.sh)
/src/external/mpl/bind/dist/bin/tests/system/nsec3/
setup.sh
30
cd
ns6
/src/external/mpl/bind/dist/bin/tests/system/kasp/
setup.sh
40
cd
ns6
tests_kasp.py
1618
def test_kasp_reload_restart(
ns6
):
1626
response = isctest.query.tcp(query,
ns6
.ip,
ns6
.ports.dns, timeout=3)
1628
isctest.log.debug(f"query timeout for query {qname} SOA to {
ns6
.ip}")
1648
# defined in
ns6
/example2.db.in).
1652
shutil.copyfile(f"
ns6
/{zone}2.db.in", f"
ns6
/{zone}.db")
1653
with
ns6
.watch_log_from_here() as watcher:
1654
ns6
.rndc("reload")
1661
# from 300 to 400 as defined in
ns6
/example3.db.in)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/randomizens/
tests_randomizens.py
26
def test_randomizens(
ns6
):
29
if attempt_query(
ns6
):
/src/external/mpl/bind/dist/bin/tests/system/checkds/ns2/
setup.sh
21
ns5 ns5-6-7 ns5-7
ns6
; do
/src/external/mpl/bind/dist/bin/tests/system/inline/ns1/
sign.sh
25
cp trusted.conf ../
ns6
/trusted.conf
/src/external/mpl/bind/dist/bin/tests/system/mkeys/
setup.sh
24
(cd
ns6
&& $SHELL setup.sh)
/src/external/mpl/bind/dist/bin/tests/system/dnssec/ns1/
sign.sh
24
(cd ../
ns6
&& $SHELL sign.sh)
38
cp "../
ns6
/dsset-optout-tld." .
52
cp trusted.conf ../
ns6
/trusted.conf
/src/external/mpl/bind/dist/bin/tests/system/checkds/ns5/
setup.sh
21
ns5 ns5-6-7 ns5-7
ns6
; do
/src/external/mpl/bind/dist/bin/tests/system/rndc/
setup.sh
22
$SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 2 >
ns6
/huge.zone.db
34
printf "host%d IN A 10.53.0.6\n", i; }' </dev/null >>
ns6
/huge.zone.db
tests.sh
622
nextpart
ns6
/named.run >/dev/null
623
cp
ns6
/named.conf
ns6
/named.conf.save
624
echo "zone \"huge.zone\" { type primary; file \"huge.zone.db\"; };" >>
ns6
/named.conf
633
wait_for_log_peek 20 "scheduled loading new zones"
ns6
/named.run || ret=1
649
wait_for_log_peek 60 "huge.zone/IN: loaded serial"
ns6
/named.run || ret=1
668
mv
ns6
/named.conf.save
ns6
/named.conf
/src/external/mpl/bind/dist/bin/tests/system/rpz/
tests.sh
29
ns6
=$ns.6 # a forwarding server
542
ckstats $
ns6
test1
ns6
0
545
nxdomain a0-1.tld2 @$
ns6
# 1
546
nodata a3-1.tld2 @$
ns6
# 2
547
nodata a3-2.tld2 @$
ns6
# 3 nodata at DNAME itself
548
nxdomain a4-2.tld2 @$
ns6
# 4 rewrite based on CNAME target
549
nxdomain a4-2-cname.tld2 @$
ns6
# 5
550
nodata a4-3-cname.tld2 @$
ns6
# 6
551
addr 12.12.12.12 "a4-1.sub1.tld2 @$
ns6
" # 7 A replacemen
[
all
...]
setup.sh
116
cp
ns6
/bl.tld2s.db.in
ns6
/bl.tld2s.db
/src/external/mpl/bind/dist/bin/tests/system/nsupdate/
setup.sh
79
cp -f
ns6
/2.0.0.2.ip6.addr.db.in
ns6
/2.0.0.2.ip6.addr.db
80
cp -f
ns6
/in-addr.db.in
ns6
/in-addr.db
tests.sh
235
update add other.nil. 600 in ns
ns6
.other.nil.
236
update add
ns6
.other.nil 600 in a 10.53.0.1
254
grep
ns6
.other.nil dig.out.ns1 >/dev/null 2>&1 || ret=1
737
-x 127.0.0.1 >dig.out.
ns6
.$n
738
grep localhost. dig.out.
ns6
.$n >/dev/null 2>&1 && ret=1
756
-x 127.0.0.1 >dig.out.
ns6
.$n || ret=1
757
grep localhost. dig.out.
ns6
.$n >/dev/null 2>&1 || ret=1
775
-x 192.168.0.1 >dig.out.
ns6
.$n
776
grep localhost. dig.out.
ns6
.$n >/dev/null 2>&1 && ret=1
796
$REVERSE_NAME NS >dig.out.
ns6
.$
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/redirect/ns5/
sign.sh
16
# We sign the zone here and move the signed zone to
ns6
.
19
# delegate to
ns6
.
31
cp signed.db.signed ../
ns6
/src/external/mpl/bind/dist/bin/tests/system/checkds/ns9/
setup.sh
66
bad.${checkds}.dspublish.
ns6
\
81
bad.${checkds}.dsremoved.
ns6
\
/src/external/mpl/bind/dist/bin/tests/system/inline/
tests.sh
112
$DIG $DIGOPTS @10.53.0.6 bits TYPE65534 >dig.out.
ns6
.test$n || ret=1
114
grep "ANSWER: 2," dig.out.
ns6
.test$n >/dev/null || ret=1
115
grep "flags:.* ad[ ;]" dig.out.
ns6
.test$n >/dev/null || ret=1
141
$DIG $DIGOPTS @10.53.0.6 bits TYPE65534 >dig.out.
ns6
.test$n || ret=1
142
grep "status: NOERROR" dig.out.
ns6
.test$n >/dev/null || ret=1
143
grep "ANSWER: 0," dig.out.
ns6
.test$n >/dev/null || ret=1
144
grep "flags:.* ad[ ;]" dig.out.
ns6
.test$n >/dev/null || ret=1
328
$DIG $DIGOPTS @10.53.0.6 primary TYPE65534 >dig.out.
ns6
.test$n || ret=1
329
grep "ANSWER: 2," dig.out.
ns6
.test$n >/dev/null || ret=1
330
grep "flags:.* ad[ ;]" dig.out.
ns6
.test$n >/dev/null || ret=
[
all
...]
Completed in 44 milliseconds
1
2
Indexes created Wed Apr 15 00:22:22 UTC 2026