[
https://issues.apache.org/jira/browse/DISPATCH-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848468#comment-15848468
]
ASF GitHub Bot commented on DISPATCH-216:
-----------------------------------------
GitHub user ganeshmurthy opened a pull request:
https://github.com/apache/qpid-dispatch/pull/141
DISPATCH-216 - Added code to skip system_tests_protocol_family.py if …
…IPv6 is turned off
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-216-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/141.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #141
----
commit 0698b682feb9e77a5ff16c918db59fe47cc6c9e0
Author: Ganesh Murthy <[email protected]>
Date: 2017-01-31T19:18:10Z
DISPATCH-216 - Added code to skip system_tests_protocol_family.py if IPv6
is turned off
----
> system_tests_protocol_family fails on systems with no IPv6
> ----------------------------------------------------------
>
> Key: DISPATCH-216
> URL: https://issues.apache.org/jira/browse/DISPATCH-216
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Tests
> Affects Versions: 0.5
> Reporter: Chuck Rolke
> Assignee: Ganesh Murthy
> Fix For: 0.6.0
>
>
> The test assumes IPv6 and fails without it.
> To disable IPv6 temporarily on Fedora:
> {noformat}
> sudo sh -c 'echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
> {noformat}
> To test for IPv6 in Python
> {noformat}
> import socket
> if socket.has_ipv6:
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]