← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1409135] Re: Fix XenAPI Netinject tests for Mac

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-3

-- 
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):
  Fix Released

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


References