[ https://issues.apache.org/jira/browse/DISPATCH-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jiri Daněk updated DISPATCH-2371: --------------------------------- Description: The test assumes IPv6 and fails without it. For some strange reason, this test is 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} was: 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} > system_tests_protocol_family fails on systems with no IPv6 (again) > ------------------------------------------------------------------ > > Key: DISPATCH-2371 > URL: https://issues.apache.org/jira/browse/DISPATCH-2371 > Project: Qpid Dispatch > Issue Type: Bug > Components: Tests > Affects Versions: 0.5 > Reporter: Jiri Daněk > Assignee: Ganesh Murthy > Priority: Major > Fix For: 0.8.0 > > > The test assumes IPv6 and fails without it. > For some strange reason, this test is > 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 (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org