Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
DNS testing tools
Remoh
Commits
6b6cff5d
Commit
6b6cff5d
authored
Mar 26, 2020
by
Alexandre
Browse files
Add tests checking all IPs are really looped on
parent
2f76d077
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.yaml
View file @
6b6cff5d
...
...
@@ -58,8 +58,8 @@ tests:
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
correct
DoH'
markers
:
-
'
doh'
-
'
check'
-
'
doh'
-
'
check'
args
:
-
'
--check'
-
'
https://doh.bortzmeyer.fr/'
...
...
@@ -71,8 +71,8 @@ tests:
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
broken
DoH'
markers
:
-
'
doh'
-
'
check'
-
'
doh'
-
'
check'
args
:
-
'
--check'
-
'
https://www.bortzmeyer.org/'
...
...
@@ -84,8 +84,8 @@ tests:
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
DoH
with
HEAD
unimplemented'
markers
:
-
'
doh'
-
'
check'
-
'
doh'
-
'
check'
args
:
-
'
--check'
-
'
--mandatory-level'
...
...
@@ -99,8 +99,8 @@ tests:
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
correct
DoT'
markers
:
-
'
dot'
-
'
check'
-
'
dot'
-
'
check'
args
:
-
'
--check'
-
'
--dot'
...
...
@@ -111,63 +111,170 @@ tests:
stdout
:
"
OK
\n
"
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
correct
DoH
with
loop
on
all
IP
s
'
name
:
'
[doh][
--check
]
Test
that
all
the
resolved
IPs
are
tried,
try
a
first
IP'
markers
:
-
'
doh'
-
'
check'
-
'
doh'
-
'
check'
args
:
-
'
-v'
-
'
--check'
-
'
https://doh.bortzmeyer.fr'
-
'
ressources-pedagogiques.org'
retcode
:
0
-
'
www.afnic.fr'
partstderr
:
"
Connecting
to
hostname:
2001:41d0:302:2200::180"
partstdout
:
"
OK
\n
"
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
correct
DoH
with
loop
on
all
IP
s
'
name
:
'
[doh][
--check
]
Test
that
all
the
resolved
IPs
are
tried,
try
another
IP'
markers
:
-
'
doh'
-
'
check'
-
'
doh'
-
'
check'
args
:
-
'
-v'
-
'
--check'
-
'
https://doh.bortzmeyer.fr'
-
'
ressources-pedagogiques.org'
retcode
:
0
-
'
curl.haxx.se'
partstderr
:
"
Connecting
to
hostname:
193.70.85.11"
partstdout
:
"
OK
\n
"
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
correct
DoT
with
loop
on
all
IP
s
'
name
:
'
[dot][
--check
]
Test
that
all
the
resolved
IPs
are
tried,
try
a
first
IP'
markers
:
-
'
dot'
-
'
check'
-
'
dot'
-
'
check'
args
:
-
'
-v'
-
'
--check'
-
'
--dot'
-
'
dot.bortzmeyer.fr'
-
'
ressources-pedagogiques.org'
retcode
:
0
stderr
:
'
'
partstdout
:
"
Checking
\"
dot.bortzmeyer.fr
\"
on
193.70.85.11
...
\n
Connecting
to
('193.70.85.11',
853)
..."
-
'
www.afnic.fr'
partstdout
:
"
on
193.70.85.11
...
\n
Connecting
to
('193.70.85.11',
853)
..."
-
exe
:
'
./homer.py'
name
:
'
--check
of
a
correct
DoT
with
loop
on
all
IP
s
'
name
:
'
[doh][
--check
]
Test
that
all
the
resolved
IPs
are
tried,
try
another
IP'
markers
:
-
'
dot'
-
'
check'
-
'
dot'
-
'
check'
args
:
-
'
-v'
-
'
--check'
-
'
--dot'
-
'
dot.bortzmeyer.fr'
-
'
ressources-pedagogiques.org'
retcode
:
0
stderr
:
'
'
partstdout
:
"
Checking
\"
dot.bortzmeyer.fr
\"
on
2001:41d0:302:2200::180
...
\n
Connecting
to
('2001:41d0:302:2200::180',
853,
0,
0)
..."
-
'
www.afnic.fr'
partstdout
:
"
on
2001:41d0:302:2200::180
...
\n
Connecting
to
('2001:41d0:302:2200::180',
853,
0,
0)
..."
-
exe
:
'
./homer.py'
name
:
'
[dot][--check]
Test
all
the
IPs,
force
IPv4'
markers
:
-
'
dot'
-
'
check'
-
'
forceIPv4'
args
:
-
'
-v'
-
'
-4'
-
'
--check'
-
'
--dot'
-
'
dns.google'
-
'
framagit.org'
partstdout
:
"
on
8.8.8.8
...
\n
Connecting
to
('8.8.8.8',
853)
..."
-
exe
:
'
./homer.py'
name
:
'
[dot][--check]
Test
all
the
IPs,
force
IPv4,
check
another
IP'
markers
:
-
'
dot'
-
'
check'
-
'
forceIPv4'
args
:
-
'
-v'
-
'
-4'
-
'
--check'
-
'
--dot'
-
'
dns.google'
-
'
framagit.org'
partstdout
:
"
on
8.8.4.4
...
\n
Connecting
to
('8.8.4.4',
853)
..."
-
exe
:
'
./homer.py'
name
:
'
[dot][--check]
Test
all
the
IPs,
force
IPv6'
markers
:
-
'
dot'
-
'
check'
-
'
forceIPv6'
args
:
-
'
-v'
-
'
-6'
-
'
--check'
-
'
--dot'
-
'
dns.google'
-
'
framagit.org'
partstdout
:
"
on
2001:4860:4860::8844
...
\n
Connecting
to
('2001:4860:4860::8844',
853,
0,
0)
..."
-
exe
:
'
./homer.py'
name
:
'
[dot][--check]
Test
all
the
IPs,
force
IPv6,
check
another
IP'
markers
:
-
'
dot'
-
'
check'
-
'
forceIPv6'
args
:
-
'
-v'
-
'
-6'
-
'
--check'
-
'
--dot'
-
'
dns.google'
-
'
framagit.org'
partstdout
:
"
on
2001:4860:4860::8888
...
\n
Connecting
to
('2001:4860:4860::8888',
853,
0,
0)
..."
-
exe
:
'
./homer.py'
name
:
'
[doh][--check]
Test
all
the
IPs,
force
IPv4'
markers
:
-
'
doh'
-
'
check'
-
'
forceIPv4'
args
:
-
'
-v'
-
'
-4'
-
'
--check'
-
'
https://dns.google/dns-query'
-
'
www.afnic.fr'
partstderr
:
"
Connecting
to
hostname:
8.8.8.8"
-
exe
:
'
./homer.py'
name
:
'
[doh][--check]
Test
all
the
IPs,
force
IPv4,
check
another
IP'
markers
:
-
'
doh'
-
'
check'
-
'
forceIPv4'
args
:
-
'
-v'
-
'
-4'
-
'
--check'
-
'
https://dns.google/dns-query'
-
'
curl.haxx.se'
partstderr
:
"
Connecting
to
hostname:
8.8.4.4"
-
exe
:
'
./homer.py'
name
:
'
[doh][--check]
Test
all
the
IPs,
force
IPv6'
markers
:
-
'
doh'
-
'
check'
-
'
forceIPv6'
args
:
-
'
-v'
-
'
-6'
-
'
--check'
-
'
https://dns.google/dns-query'
-
'
www.afnic.fr'
partstderr
:
"
Connecting
to
hostname:
2001:4860:4860::8888"
-
exe
:
'
./homer.py'
name
:
'
[doh][--check]
Test
all
the
IPs,
force
IPv6,
check
another
IP'
markers
:
-
'
doh'
-
'
check'
-
'
forceIPv6'
args
:
-
'
-v'
-
'
-6'
-
'
--check'
-
'
https://dns.google/dns-query'
-
'
curl.haxx.se'
partstderr
:
"
Connecting
to
hostname:
2001:4860:4860::8844"
###############################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment