HomeSort by: relevance | last modified time | path
    Searched refs:named_port (Results 1 - 21 of 21) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/xfer_servers_list/
tests_xfer_servers_list.py 28 def wait_for_initial_xfrin(ns, named_port):
32 "test", "10.53.0.1", "Transfer status: success", named_port
46 def test_xfer_servers_list(named_port, ns1, ns2, ns3, ns4, templates):
48 wait_for_initial_xfrin(ns2, named_port)
49 wait_for_initial_xfrin(ns3, named_port)
50 wait_for_initial_xfrin(ns4, named_port)
69 "test", "10.53.0.1", "Transfer status: success", named_port
74 "test", "10.53.0.1", "Transfer status: success", named_port
79 "test", "10.53.0.1", "Transfer status: success", named_port
  /src/external/mpl/bind/dist/bin/tests/system/xfer/
tests_retransfer_with_force.py 26 def test_wait_for_zone_retransfer(named_port, ns6):
32 "axfr-rndc-retransfer-force", "10.53.0.1", "received", named_port
37 def test_cancel_ongoing_retransfer(named_port, ns6):
49 named_port,
58 named_port,
tests_xfer.py 43 def after_servers_start(templates, named_port, ns4):
52 "nil", "10.53.0.5", "Transfer status: success", named_port
60 "nil", "10.53.0.5", "Transfer status: success", named_port
255 def test_multi_message_uncompressable_zone_transfers(named_port):
258 dns.query.inbound_xfr("10.53.0.4", zone, port=named_port, timeout=10, lifetime=10)
308 def test_handle_ixfr_notimp(named_port, ns4):
318 "nil", "10.53.0.5", "Transfer status: success", named_port
379 command_file, expected_rdata, named_log_line, xfrin_msg, named_port, ns4
387 "nil", "10.53.0.5", named_log_line, named_port
395 def test_handle_edns_notimp(named_port, ns4)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/wildcard/
tests_nonterminal_wildcard.py 66 def test_empty_nonterminal_under_wildcard_is_nodata(named_port):
69 response = isctest.query.tcp(query, IP_ADDR, named_port)
81 def test_wildcard_still_expands_without_blocking_ent(named_port):
84 response = isctest.query.tcp(query, IP_ADDR, named_port)
tests_wildcard.py 81 name: dns.name.Name, rdtype: dns.rdatatype.RdataType, named_port: int
99 response_msg = isctest.query.tcp(query_msg, IP_ADDR, named_port, timeout=TIMEOUT)
108 def test_wildcard_match(name: dns.name.Name, named_port: int) -> None:
116 response_msg = isctest.query.tcp(query_msg, IP_ADDR, named_port, timeout=TIMEOUT)
141 name: dns.name.Name, named_port: int
145 response_msg = isctest.query.tcp(query_msg, IP_ADDR, named_port, timeout=TIMEOUT)
159 def test_name_in_between_wildcards(name: dns.name.Name, named_port: int) -> None:
175 response_msg = isctest.query.tcp(query_msg, IP_ADDR, named_port, timeout=TIMEOUT)
199 name: dns.name.Name, named_port: int
206 response_msg = isctest.query.tcp(query_msg, IP_ADDR, named_port, timeout=TIMEOUT
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dialup/
tests_dialup_zone_transfer.py 28 def test_dialup_zone_transfer(named_port, servers, ns):
36 "example", f"10.53.0.{ns-1}", "Transfer status: success", named_port
  /src/external/mpl/bind/dist/bin/tests/system/timeouts/
tests_tcp_timeouts.py 48 def test_initial_timeout(named_port):
53 sock.connect(("10.53.0.1", named_port))
67 def test_idle_timeout(named_port):
73 sock.connect(("10.53.0.1", named_port))
95 def test_keepalive_timeout(named_port):
104 sock.connect(("10.53.0.1", named_port))
122 def test_pipelining_timeout(named_port):
128 sock.connect(("10.53.0.1", named_port))
156 def test_long_axfr(named_port):
162 sock.connect(("10.53.0.1", named_port))
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests_others.py 28 def test_nslookup_update_response(named_port, ans6):
32 f"-port={named_port} -q=CNAME -timeout=1 foo.bar {ans6.ip}",
39 def test_host_update_response(named_port, ans6):
43 f"-p {named_port} -W 1 -t CNAME foo.bar {ans6.ip}", raise_on_exception=False
49 def test_nsupdate_update_response(named_port, ans6):
53 server {ans6.ip} {named_port}
tests_mdig.py 30 def mdig_fixture(named_port):
31 return isctest.run.EnvCmd("MDIG", f"-p {named_port}")
tests_delv.py 34 def delv_fixture(named_port):
36 return isctest.run.EnvCmd("DELV", f"+noroot -p {named_port}")
tests_dig.py 36 def dig_fixture(named_port):
37 return isctest.run.EnvCmd("DIG", f"-p {named_port}")
  /src/external/mpl/bind/dist/bin/tests/system/xferquota/
tests_xferquota.py 41 def test_xferquota(named_port, ns1, ns2):
83 "changing", "10.53.0.1", Re(r"Transfer completed: .*\(serial 2\)"), named_port
101 def test_xfrquota_unauthorized_no_starve(named_port):
109 pool.starmap_async(_flood_unauthorized_axfrs, [(named_port, 5)] * 10)
120 port=named_port,
  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_badtime.py 48 def test_tsig_badtime(named_port):
49 with create_socket("10.53.0.1", named_port) as sock:
tests_tsig_hypothesis.py 106 named_port,
131 isctest.query.tcp(msg, ns1.ip, named_port)
  /src/external/mpl/bind/dist/bin/tests/system/qpcache_rrsig_any/
tests_qpcache_rrsig_any.py 45 def test_dig_nobesteffort_rejects_malformed_rrsig(meta_type, named_port):
51 dig = isctest.run.EnvCmd("DIG", f"-p {named_port}")
62 def test_dig_besteffort_shows_malformed_rrsig(meta_type, named_port):
68 dig = isctest.run.EnvCmd("DIG", f"-p {named_port}")
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_py/
tests_nsec3_answer.py 89 qname: dns.name.Name, qtype: dns.rdatatype.RdataType, server: str, named_port: int
92 response = isctest.query.tcp(query, server, named_port, timeout=TIMEOUT)
106 def test_nodata(server: str, qname: dns.name.Name, named_port: int) -> None:
108 _, nsec3check = do_test_query(qname, dns.rdatatype.HINFO, server, named_port)
118 def test_nodata_ds(server: str, qname: dns.name.Name, named_port: int) -> None:
120 response, nsec3check = do_test_query(qname, dns.rdatatype.HINFO, server, named_port)
158 def test_nxdomain(server: str, qname: dns.name.Name, named_port: int) -> None:
164 _, nsec3check = do_test_query(qname, dns.rdatatype.A, server, named_port)
172 def test_cname_nxdomain(server: str, qname: dns.name.Name, named_port: int) -> None:
174 response, nsec3check = do_test_query(qname, dns.rdatatype.A, server, named_port)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/tcp/
tests_tcp.py 284 def test_tcp_garbage(ns7: NamedInstance, named_port: int) -> None:
285 with create_socket(ns7.ip, named_port) as sock:
303 def test_tcp_garbage_response(ns7: NamedInstance, named_port: int) -> None:
304 with create_socket(ns7.ip, named_port) as sock:
323 def test_close_wait(ns7: NamedInstance, named_port: int) -> None:
324 with create_socket(ns7.ip, named_port) as sock:
349 with create_socket(ns7.ip, named_port) as sock:
357 def test_tcp_big(ns7: NamedInstance, named_port: int) -> None:
358 with create_socket(ns7.ip, named_port) as sock:
418 def test_tcp_high_water(ns5: NamedInstance, named_port: int) -> None
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/keepalive/
tests_keepalive.py 21 def test_dig_tcp_keepalive_handling(named_port, ns2):
31 dig = isctest.run.EnvCmd("DIG", f"-p {str(named_port)}")
  /src/external/mpl/bind/dist/bin/tests/system/class/
tests_class_update.py 47 def test_class_invalid(rdtype, rdclass, ttl, rdata, named_port):
68 ("10.53.0.2", named_port), source_address=("127.0.0.1", 0), timeout=2.0
  /src/external/mpl/bind/dist/bin/tests/system/formerr/
tests_formerr.py 512 named_port: int,
515 response_wire = query_raw_tcp(ns1.ip, named_port, query_wire)
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 256 def named_port(): function

Completed in 28 milliseconds