OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delv
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/bin/delv/
Makefile
5
PROG=
delv
6
SRCS=
delv
.c
9
DIST=${IDIST}/bin/
delv
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests_delv.py
13
Tests for the
delv
tool.
33
@pytest.fixture(name="
delv
")
35
# use
delv
insecure mode by default, as we're mostly not testing dnssec
36
return isctest.run.EnvCmd("
DELV
", f"+noroot -p {named_port}")
40
def test_short(
delv
, ns3, option):
41
"""Check that
delv
+short (and its +sh abbreviation) returns a
43
result =
delv
(f"@{ns3.ip} {option} a a.example")
48
def test_split_width(
delv
, ns3, option):
49
"""Check that
delv
+split (and its +sp abbreviation) splits hex data
51
result =
delv
(f"@{ns3.ip} {option} -t sshfp foo.example"
[
all
...]
/src/external/mpl/bind/bin/
Makefile
4
confgen
delv
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
37
"$
DELV
" -a ns1/trusted.conf -p "$PORT" "$@"
224
if [ -x "${
DELV
}" ]; then
227
delv_with_opts @10.53.0.4 a a.example >
delv
.out$n || ret=1
228
grep "a.example..*10.0.0.1"
delv
.out$n >/dev/null || ret=1
229
grep "a.example..*.RRSIG.A [0-9][0-9]* 2 300 .*"
delv
.out$n >/dev/null || ret=1
236
"$
DELV
" -a ns1/trusted.keys -p "$PORT" @10.53.0.4 a a.example >
delv
.out$n || ret=1
237
grep "a.example..*10.0.0.1"
delv
.out$n >/dev/null || ret=1
238
grep "a.example..*.RRSIG.A [0-9][0-9]* 2 300 .*"
delv
.out$n >/dev/null || ret=1
256
if [ -x "${
DELV
}" ]; the
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/mkeys/
tests.sh
24
"$
DELV
" -a ns1/trusted.conf -p "${PORT}" "$@"
118
if [ -x "$
DELV
" ]; then
121
echo_i "check positive validation using
delv
($n)"
122
delv_with_opts @10.53.0.1 txt example >
delv
.out$n || ret=1
123
grep "; fully validated"
delv
.out$n >/dev/null || ret=1 # redundant
124
grep "example..*TXT.*This is a test"
delv
.out$n >/dev/null || ret=1
125
grep "example..*.RRSIG..*TXT"
delv
.out$n >/dev/null || ret=1
Completed in 101 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026