Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f973e642
Commit
f973e642
authored
Jul 23, 2012
by
Tomek Mrugalski
🛰
Browse files
[1708] Fixed python test for skip msgq connection.
parent
b524d5e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/tests/dhcp6_test.py
View file @
f973e642
...
...
@@ -171,7 +171,7 @@ class TestDhcpv6Daemon(unittest.TestCase):
def
test_skip_msgq
(
self
):
print
(
"Check that connection to BIND10 msgq can be disabled."
)
(
returncode
,
output
,
error
)
=
self
.
run
Dhcp4
([
'../b10-dhcp6'
,
'-s'
,
'-p'
,
'10547'
])
(
returncode
,
output
,
error
)
=
self
.
run
Command
([
'../b10-dhcp6'
,
'-s'
,
'-p'
,
'10547'
])
# When invalid port number is specified, return code must not be success
# TODO: Temporarily commented out as socket binding on systems that do not have
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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