yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26738
[Bug 1409135] [NEW] Fix XenAPI Netinject tests for Mac
Public bug reported:
The netinject tests in XenAPI fails on a Mac.
The proximate cause is `netaddr` returning different stringification
results between Mac and Linux versions.
The ultimate cause, turns out to be the underlying `socket.inet_ntop`
function call which is different between the two operating systems.
An upstream bug is lodged here:
https://github.com/drkjam/netaddr/issues/82
Until this is fixed, the easiest fix is to change our expectation
depending on the OS in the few (possilbly one) case that it matters.
** Affects: nova
Importance: Undecided
Assignee: Rick Harris (rconradharris)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Rick Harris (rconradharris)
** Changed in: nova
Status: New => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1409135
Title:
Fix XenAPI Netinject tests for Mac
Status in OpenStack Compute (Nova):
In Progress
Bug description:
The netinject tests in XenAPI fails on a Mac.
The proximate cause is `netaddr` returning different stringification
results between Mac and Linux versions.
The ultimate cause, turns out to be the underlying `socket.inet_ntop`
function call which is different between the two operating systems.
An upstream bug is lodged here:
https://github.com/drkjam/netaddr/issues/82
Until this is fixed, the easiest fix is to change our expectation
depending on the OS in the few (possilbly one) case that it matters.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1409135/+subscriptions
Follow ups
References