HomeSort by: relevance | last modified time | path
    Searched refs:ns3 (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/external/mpl/bind/dist/bin/tests/system/staticstub/
setup.sh 16 cd ns3 && $SHELL -e sign.sh
  /src/external/mpl/bind/dist/bin/tests/system/rollover_dynamic2inline/
tests_rollover_dynamic2inline.py 19 def test_dynamic2inline(ns3, default_algorithm, templates):
24 isctest.kasp.wait_keymgr_done(ns3, zone)
35 isctest.kasp.check_rollover_step(ns3, config, policy, step)
37 templates.render("ns3/named.conf", {"change_lifetime": True})
38 ns3.reconfigure()
39 isctest.kasp.wait_keymgr_done(ns3, zone, reconfig=True)
41 isctest.kasp.check_rollover_step(ns3, config, policy, step)
  /src/external/mpl/bind/dist/bin/tests/system/inline/
setup.sh 25 cp ns3/primary.db.in ns3/primary.db
26 cp ns3/primary.db.in ns3/dynamic.db
27 cp ns3/primary.db.in ns3/updated.db
28 cp ns3/primary.db.in ns3/unsupported.db
29 cp ns3/primary.db.in ns3/expired.d
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/mirror/
tests.sh 21 # Wait until the transfer of the given zone to ns3 either completes
34 nextpartpeek ns3/named.run \
39 echo_i "exceeded time limit waiting for proof of '$zone' being transferred to appear in ns3/named.run"
82 $DIG $DIGOPTS @10.53.0.3 +norec verify-unsigned SOA >dig.out.ns3.test$n 2>&1 || ret=1
83 grep "ANSWER: 0" dig.out.ns3.test$n >/dev/null || ret=1
84 grep "${ORIGINAL_SERIAL}.*; serial" dig.out.ns3.test$n >/dev/null && ret=1
85 nextpartpeek ns3/named.run | grep "verify-unsigned.*Zone contains no DNSSEC keys" >/dev/null || ret=1
86 nextpartpeek ns3/named.run | grep "verify-unsigned.*mirror zone is now in use" >/dev/null && ret=1
93 nextpartreset ns3/named.run
95 $DIG $DIGOPTS @10.53.0.3 +norec verify-untrusted SOA >dig.out.ns3.test$n 2>&1 || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/addzone/
tests_rndc_modzone_without_add.py 21 "ns3/redirect.db",
26 def test_rndc_modzone_without_add(ns3):
33 cmd = ns3.rndc(
40 cmd = ns3.rndc("showzone .", raise_on_exception=False)
47 cmd = ns3.rndc(
54 cmd = ns3.rndc("showzone .", raise_on_exception=False)
tests_rndc_deadlock.py 26 "ns3/redirect.db",
31 def rndc_loop(test_state, domain, ns3):
46 args = [os.environ["RNDC"]] + ns3.rndc_args.split()
49 # avoid using ns3.rndc() directly to avoid log spam
53 def check_if_server_is_responsive(ns3):
57 cmd = ns3.rndc("status", raise_on_exception=False)
61 def test_rndc_deadlock(ns3):
72 executor.submit(rndc_loop, test_state, domain, ns3)
80 server_is_responsive = check_if_server_is_responsive(ns3)
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/
tests_nsec3_reload.py 32 def test_nsec3_case(ns3, default_algorithm):
45 with ns3.watch_log_from_start() as watcher:
48 shutil.copyfile(f"{ns3.identifier}/template.db.in", f"{ns3.identifier}/{zone}.db")
49 ns3.rndc(f"reload {zone}")
52 isctest.kasp.wait_keymgr_done(ns3, zone)
55 check_nsec3_case(ns3, params)
tests_nsec3_change.py 40 def after_servers_start(ns3, templates):
44 response = isctest.query.tcp(query, ns3.ip, attempts=1, timeout=2)
53 nsdir = ns3.identifier
57 isctest.kasp.wait_keymgr_done(ns3, zone)
61 ns3.rndc(f"reload {zone}")
81 with ns3.watch_log_from_start() as watcher:
82 ns3.reconfigure()
86 def test_nsec3_case(ns3):
103 isctest.kasp.wait_keymgr_done(ns3, zone, reconfig=True)
106 check_nsec3_case(ns3, params
    [all...]
setup.sh 25 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/rollover_algo_ksk_zsk/
tests_rollover_algo_ksk_zsk_reconfig.py 66 def after_servers_start(ns3, templates):
69 isctest.kasp.wait_keymgr_done(ns3, "step1.algorithm-roll.kasp")
71 templates.render("ns3/named.conf", {"alg_roll": True})
73 ns3.reconfigure()
86 def test_algoroll_ksk_zsk_reconfig_step1(tld, ns3, default_algorithm):
90 isctest.kasp.wait_keymgr_done(ns3, zone, reconfig=True)
104 keys = isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
112 assert msg1 in ns3.log
113 assert msg2 in ns3.log
114 assert len(ns3.log.grep(msg3)) ==
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover_algo_csk/
tests_rollover_algo_csk_reconfig.py 68 def after_servers_start(ns3, templates):
71 isctest.kasp.wait_keymgr_done(ns3, "step1.csk-algorithm-roll.kasp")
73 templates.render("ns3/named.conf", {"csk_roll": True})
75 ns3.reconfigure()
88 def test_algoroll_csk_reconfig_step1(tld, ns3, default_algorithm):
92 isctest.kasp.wait_keymgr_done(ns3, zone, reconfig=True)
105 keys = isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
111 assert msg1 in ns3.log
112 assert msg2 in ns3.log
115 with ns3.watch_log_from_here() as watcher
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
setup.sh 26 } >>../ns3/bogus.example.db.signed
30 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/kasp/
setup.sh 20 mkdir ns3/keys
28 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/rollover_lifetime/
tests_rollover_lifetime_reconfig.py 23 def after_servers_start(ns3, templates):
24 isctest.kasp.wait_keymgr_done(ns3, "shorter-lifetime.kasp")
25 isctest.kasp.wait_keymgr_done(ns3, "longer-lifetime.kasp")
26 isctest.kasp.wait_keymgr_done(ns3, "limit-lifetime.kasp")
27 isctest.kasp.wait_keymgr_done(ns3, "unlimit-lifetime.kasp")
29 templates.render("ns3/named.conf", {"change_lifetime": True})
30 ns3.reconfigure()
46 def test_lifetime_reconfig(zone, policy, lifetime, ns3, default_algorithm):
49 isctest.kasp.wait_keymgr_done(ns3, f"{zone}.kasp", reconfig=True)
59 isctest.kasp.check_rollover_step(ns3, config, policy, step
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover_zsk_prepub/
tests_rollover_zsk_prepublication.py 88 def test_zsk_prepub_step1(tld, ns3, default_algorithm):
92 isctest.kasp.wait_keymgr_done(ns3, zone)
109 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
119 def test_zsk_prepub_step2(tld, ns3, default_algorithm):
123 isctest.kasp.wait_keymgr_done(ns3, zone)
136 keys = isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
141 assert msg in ns3.log
144 with ns3.watch_log_from_here() as watcher:
145 ns3.rndc(f"dnssec -step {zone}")
166 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover_ksk_doubleksk/
tests_rollover_ksk_doubleksk.py 81 def test_ksk_doubleksk_step1(tld, ns3, default_algorithm):
85 isctest.kasp.wait_keymgr_done(ns3, zone)
103 isctest.kasp.check_rollover_step(ns3, KSK_CONFIG, policy, step)
113 def test_ksk_doubleksk_step2(tld, ns3, default_algorithm):
117 isctest.kasp.wait_keymgr_done(ns3, zone)
131 keys = isctest.kasp.check_rollover_step(ns3, KSK_CONFIG, policy, step)
136 assert msg in ns3.log
139 with ns3.watch_log_from_here() as watcher:
140 ns3.rndc(f"dnssec -step {zone}")
162 isctest.kasp.check_rollover_step(ns3, KSK_CONFIG, policy, step
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/camp/
setup.sh 20 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/eddsa/
setup.sh 27 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/
setup.sh 46 testdb test. 1 60 >ns3/mytest.db
47 testdb test. 2 61 >ns3/mytest1.db
48 testdb test. 3 62 >ns3/mytest2.db
49 testdb test. 4 0 >ns3/mytest3.db
52 testdb sub.test. 1 60 >ns3/subtest.db
53 testdb sub.test. 3 61 >ns3/subtest1.db
57 $SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 3 >ns3/large.db
59 echo "record$i 10 IN TXT this is record %i" >>ns3/large.db
  /src/external/mpl/bind/dist/bin/tests/system/migrate2kasp/
setup.sh 21 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/multisigner/
setup.sh 20 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_unsupported_ds/
setup.sh 20 cd ns3
  /src/external/mpl/bind/dist/bin/tests/system/rollover_enable_dnssec/
tests_rollover_enable_dnssec.py 77 def test_rollover_enable_dnssec_step1(tld, default_algorithm, ns3):
81 isctest.kasp.wait_keymgr_done(ns3, zone)
93 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
97 assert msg in ns3.log
100 with ns3.watch_log_from_here() as watcher:
101 ns3.rndc(f"dnssec -step {zone}")
114 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
124 def test_rollover_enable_dnssec_step2(tld, default_algorithm, ns3):
128 isctest.kasp.wait_keymgr_done(ns3, zone)
146 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover_csk_roll1/
tests_rollover_csk_roll1.py 95 def test_csk_roll1_step1(tld, ns3, default_algorithm):
99 isctest.kasp.wait_keymgr_done(ns3, zone)
116 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
126 def test_csk_roll1_step2(tld, ns3, default_algorithm):
130 isctest.kasp.wait_keymgr_done(ns3, zone)
143 keys = isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
148 assert msg in ns3.log
151 with ns3.watch_log_from_here() as watcher:
152 ns3.rndc(f"dnssec -step {zone}")
174 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rollover_csk_roll2/
tests_rollover_csk_roll2.py 98 def test_csk_roll2_step1(tld, ns3, default_algorithm):
102 isctest.kasp.wait_keymgr_done(ns3, zone)
119 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
129 def test_csk_roll2_step2(tld, ns3, default_algorithm):
133 isctest.kasp.wait_keymgr_done(ns3, zone)
146 keys = isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step)
151 assert msg in ns3.log
154 with ns3.watch_log_from_here() as watcher:
155 ns3.rndc(f"dnssec -step {zone}")
177 isctest.kasp.check_rollover_step(ns3, CONFIG, policy, step
    [all...]

Completed in 24 milliseconds

1 2 3 4 5