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

1 2 3

  /src/external/mpl/bind/dist/bin/tests/system/cname_dname_negcache/
common.py 12 from re import compile as Re
13 from re import escape
43 soa = Re(rf"(?<![\w.]){escape(name1)}.*IN\s+SOA\s+ns\.test\.\s+op\.ns\.test\.")
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_py/
tests_mixed_ds.py 12 from re import compile as Re
29 alg_re = Re(rf"\s+{alg}\s+")
32 digest_re = Re(rf"\s+{alg}\s+2\s+.*")
tests_dnskey_truncated_selfsigned.py 12 from re import compile as Re
56 Re("a.truncated-revoked.selfsigned/A.*broken trust chain")
tests_nsec3_iter_too_many.py 12 from re import compile as Re
52 watcher.wait_for_line(Re(f"validating {zone}/A:.*too many iterations"))
tests_sibling_ds.py 21 from re import compile as Re
62 log_ds_mismatch = Re(r"DS doesn't match the delegation owner name")
tests_dnskey_malformed.py 13 from re import compile as Re
132 log_validation_failed = Re(
135 log_openssl_failure = Re("EVP_PKEY_fromdata.*failed")
136 log_openssl_version = Re("linked to OpenSSL version: OpenSSL ([0-9]+)")
157 assert len([m for m in matches if m.re == log_openssl_failure]) == 1
165 log_validation_failed = Re(
168 log_openssl_failure = Re("EVP_PKEY_fromdata.*failed")
169 log_openssl_version = Re("linked to OpenSSL version: OpenSSL ([0-9]+)")
189 pytest.skip("valid RRSIG listed first in response, re-run test"
    [all...]
tests_rrsigs_extra_expired.py 13 from re import compile as Re
87 pytest.skip("valid RRSIG listed first in response, re-run test")
103 Re(r"a.rrsigs-extra-expired/A: verify failed.* RRSIG has expired"),
104 Re(r"a.rrsigs-extra-expired/A: maximum number of validations exceeded"),
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
openssl.py 12 from re import compile as Re
35 regex = Re(r"([^=]+)=(.*)")
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests_dig.py 16 from re import compile as Re
20 import re namespace
74 assert Re(r"CLASS1\s+TYPE1\s+\\# 4 0A000001") in result.out
82 assert Re(r"127\.in-addr\.arpa\.", re.IGNORECASE) in result.out
89 assert Re(r"10\.0\.0\.1$") in result.out
126 expected = re.escape(f"{zsk.keydata} {zsk.rrcomment}")
127 assert Re(expected + "$") in result.out
166 assert Re(r"^;; flags: qr rd; QUERY: 0, ANSWER: 0,") in result.ou
    [all...]
tests_delv.py 16 from re import compile as Re
18 import re namespace
35 # use delv insecure mode by default, as we're mostly not testing dnssec
59 assert Re(r"CLASS1\s+TYPE1\s+\\# 4 0A000001") in result.out
112 assert Re(r"127\.in-addr\.arpa\.", re.IGNORECASE) in result.out
119 assert Re(r"10\.0\.0\.1$") in result.out
170 assert Re(re.escape(nosplit) + "$") in result.ou
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/xfer_servers_list/
tests_xfer_servers_list.py 12 from re import compile as Re
39 pattern = Re(
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/
tests_cname_rejection.py 12 from re import compile as Re
154 log_brokenchain = Re(r"broken trust chain resolving 'www\.example/A/IN'")
172 the validator would fetch the DS for the same name, re-entering the
199 log_max_validations = Re(r"maximum number of validations exceeded")
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
text.py 15 from re import Match, Pattern
16 from re import compile as Re
20 import re namespace
29 return Re(re.escape(string))
30 raise TypeError("only string and re.Pattern allowed")
template.py 16 from re import compile as Re
19 import re namespace
29 NS_DIR_RE = Re(r"^(a?ns([0-9]+))/")
128 match = re.search(r"\d+", self.name)
  /src/external/mpl/bind/dist/bin/tests/system/keyfromlabel/
tests_keyfromlabel.py 12 from re import compile as Re
86 assert Re("Found token (.*) with matching token label") in cmd.out
  /src/external/mpl/bind/dist/bin/tests/system/xferquota/
tests_xferquota.py 12 from re import compile as Re
17 import re namespace
60 re.fullmatch("xyzzy.zone[0-9]+.example.", name.to_text())
83 "changing", "10.53.0.1", Re(r"Transfer completed: .*\(serial 2\)"), named_port
  /src/external/mpl/bind/dist/bin/tests/system/nta/
tests_nta.py 12 from re import compile as Re
59 assert Re("^corp: permanent") in response.out
133 assert Re("^bogus.example: expiry") in response.out
134 assert Re("^badds.example: expiry") in response.out
135 assert Re("^secure.example: expiry") in response.out
136 assert Re("^fakenode.secure.example: expiry") in response.out
173 assert Re("bogus.example: expiry") in response.out
174 assert Re("badds.example: expiry") not in response.out
214 assert Re("^badds.example/_default: expiry") in response.ou
    [all...]
  /src/sys/arch/mips/mips/
cache_tx39_subr.S 80 # Re-enable I-cache.
127 # Re-enable I-cache.
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
addl.s 257 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
290 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
323 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
356 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
390 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
424 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
457 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
490 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
523 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
556 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
addl.s 257 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
290 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
323 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
356 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
390 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
424 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
457 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
490 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
523 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use.
556 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.cc 574 we need to make sure Rb is $r6 and Re is
598 /* Re = $r6 */
603 /* Re = $r8 */
608 /* Re = $r10 */
613 /* Re = $r14 */
619 it is never changed, so set it to Re = $r6. */
722 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re,
748 (reg:SI Re))
766 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */
767 if (Rb == SP_REGNUM && Re == SP_REGNUM
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.cc 577 we need to make sure Rb is $r6 and Re is
601 /* Re = $r6 */
606 /* Re = $r8 */
611 /* Re = $r10 */
616 /* Re = $r14 */
622 it is never changed, so set it to Re = $r6. */
725 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re,
751 (reg:SI Re))
769 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */
770 if (Rb == SP_REGNUM && Re == SP_REGNUM
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/verify/
tests_verify.py 13 from re import compile as Re
16 import re namespace
184 only_opt = ["-z"] if re.search(r"^[zk]sk-only", zone) else []
221 assert Re("signature has expired|No self-signed DNSKEY found") in cmd.err
239 assert Re("Bad NSEC record for.*, next name mismatch") in cmd.err
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 13 from re import compile as Re
61 PRIORITY_TESTS_RE = Re("|".join(PRIORITY_TESTS))
62 SYSTEM_TEST_NAME_RE = Re(f"{SYSTEM_TEST_DIR_GIT_PATH}" + r"/([^/]+)")
63 SYMLINK_REPLACEMENT_RE = Re(r"/tests_(.*)\.py")
157 # the test is re-run with flaky plugin. In that case, we want the
  /src/external/mpl/bind/dist/bin/tests/system/xfer/
tests_xfer.py 13 from re import compile as Re
420 pattern = Re(
433 pattern = Re("zone edns-expire/IN: got EDNS EXPIRE of 1814[0-3][0-9][0-9]")

Completed in 70 milliseconds

1 2 3