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
6b980a00
Commit
6b980a00
authored
Mar 24, 2020
by
Alexandre
Browse files
Write tests for multistreams
parent
d373fbbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
input_file
0 → 100644
View file @
6b980a00
www.afnic.fr
framagit.org
tools.ietf.org
docs.python.org
curl.haxx.se
tests.yaml
View file @
6b980a00
...
...
@@ -591,9 +591,11 @@ tests:
partstdout
:
'
HEAD'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
with
DoT
(error)'
markers
:
-
'
doh'
-
'
streams'
-
'
exception'
args
:
-
'
--multistreams'
-
'
--dot'
...
...
@@ -604,9 +606,11 @@ tests:
stdout
:
'
'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
without
input
file
(error)'
markers
:
-
'
doh'
-
'
streams'
-
'
exception'
args
:
-
'
--multistreams'
-
'
dot.bortzmeyer.fr'
...
...
@@ -616,9 +620,11 @@ tests:
stdout
:
'
'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
too
many
arguments
(error)'
markers
:
-
'
doh'
-
'
streams'
-
'
exception'
args
:
-
'
--multistreams'
-
'
--file'
...
...
@@ -630,9 +636,11 @@ tests:
stdout
:
'
'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
invalid
URL'
markers
:
-
'
doh'
-
'
streams'
-
'
exception'
args
:
-
'
--multistreams'
-
'
--file'
...
...
@@ -643,6 +651,7 @@ tests:
stdout
:
'
'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
with
1
request'
markers
:
-
'
doh'
-
'
streams'
...
...
@@ -654,3 +663,37 @@ tests:
retcode
:
0
stderr
:
'
'
partstdout
:
'
NOERR'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
with
2
requests'
markers
:
-
'
doh'
-
'
streams'
args
:
-
'
-v'
-
'
--multistreams'
-
'
--file'
-
'
input_file'
-
'
--repeat'
-
'
2'
-
'
https://doh.bortzmeyer.fr'
retcode
:
0
partstderr
:
'
Multiplexed
connection
found'
partstdout
:
'
Return
code
200'
-
exe
:
'
./homer.py'
name
:
'
[doh]
Multistreams
with
5
requests'
markers
:
-
'
doh'
-
'
streams'
args
:
-
'
-v'
-
'
--multistreams'
-
'
--file'
-
'
input_file'
-
'
--repeat'
-
'
5'
-
'
https://doh.bortzmeyer.fr'
retcode
:
0
partstderr
:
'
Multiplexed
connection
found'
partstdout
:
'
Return
code
200'
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