Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
sn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Turris
Sentinel
sn
Commits
fb9c9957
Commit
fb9c9957
authored
Jun 08, 2018
by
Robin Obůrka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Check that ZMQ is able to bind to IPv6 address
parent
6201cf0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/argparser/conftest.py
tests/argparser/conftest.py
+2
-0
No files found.
tests/argparser/conftest.py
View file @
fb9c9957
...
...
@@ -62,6 +62,8 @@ def connect_resources_mock(request):
"--resource res,bind,PUSH,*,8800"
,
"--resource res,bind,PULL,*,8801"
,
"--resource res,bind,PULL,127.0.0.1,8802"
,
"--resource res,bind,PULL,::1,8802"
,
"--resource res,bind,PULL,[::1],8802"
,
])
def
bind_resources_mock
(
request
):
with
patch
(
"sys.argv"
,
args_from_string
(
request
.
param
))
as
m
:
...
...
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