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
469c4a06
Commit
469c4a06
authored
Mar 27, 2020
by
Alexandre
Browse files
Write test with resolver returning malformed DNS message
parent
8a9ccd0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.yaml
View file @
469c4a06
...
...
@@ -9,6 +9,7 @@ config:
-
"
check:
test
related
to
the
compliance
option
--check"
-
"
forceIPv4:
test
using
the
option
-4"
-
"
forceIPv6:
test
using
the
option
-6"
-
"
fail:
mark
test
with
a
resolver
currently
failing
our
tests"
tests
:
-
exe
:
'
./homer.py'
...
...
@@ -495,6 +496,21 @@ tests:
retcode
:
1
partstderr
:
'
Key
error'
-
exe
:
'
./homer.py'
name
:
'
[dot][check][fail]
Resolver
returning
a
malformed
DNS
message'
markers
:
-
'
dot'
-
'
check'
-
'
fail'
args
:
-
'
--dot'
-
'
--check'
-
'
dns.digitale-gesellschaft.ch'
-
'
framagit.org'
retcode
:
1
partstderr
:
'
Received
DNS
message
is
malformed'
stdout
:
"
KO
\n
"
################################################################################
# check_dot
...
...
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