Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
DNS testing tools
Remoh
Commits
a34d4e1f
Commit
a34d4e1f
authored
Dec 16, 2019
by
Stephane Bortzmeyer
Browse files
Automatic tests
parent
f3c80073
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a34d4e1f
...
...
@@ -192,6 +192,11 @@ On Debian, if you prefer regular operating system packages to pip,
`apt install python3 python3-dnspython python3-openssl python3-netaddr
python3-pycurl`
will install everything you need.
### Testing
The tests configured in
`tests.yaml`
require a patched version of
https://framagit.org/feth/test_exe_matrix. Then, just
`test_exe_matrix tests.yaml`
.
## Public servers
(Managed by non-profit organisations. I may trim this list in the
...
...
tests.yaml
0 → 100644
View file @
a34d4e1f
---
-
exe
:
'
./homer.py'
args
:
-
'
-h'
retcode
:
0
partstderr
:
'
url-or-servername
domain-name
[DNS
type]'
stdout
:
'
'
-
exe
:
'
./homer.py'
args
:
-
'
--zzz'
retcode
:
1
partstderr
:
'
url-or-servername
domain-name
[DNS
type]'
stdout
:
'
'
-
exe
:
'
./homer.py'
args
:
-
'
https://doh.bortzmeyer.fr/'
-
'
framagit.org'
retcode
:
0
stderr
:
'
'
partstdout
:
'
2a01:4f8:200:1302::42'
-
exe
:
'
./homer.py'
args
:
-
'
--dot'
-
'
dot.bortzmeyer.fr'
-
'
framagit.org'
retcode
:
0
stderr
:
'
'
partstdout
:
'
2a01:4f8:200:1302::42'
\ No newline at end of file
Write
Preview
Supports
Markdown
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