← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1484837] Re: test_create_subnet_ipv6_pd_gw_values failure on OSX

 

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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1484837

Title:
  test_create_subnet_ipv6_pd_gw_values failure on OSX

Status in neutron:
  Fix Released

Bug description:
  a few tests including test_create_subnet_ipv6_pd_gw_values fail on OSX
  due to different representation of IPv4-compat addresses.

  Linux:
      >>> netaddr.IPAddress("::2")
      IPAddress('::2')
      >>>

  OSX:
      >>> netaddr.IPAddress("::2")
      IPAddress('::0.0.0.2')
      >>>

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1484837/+subscriptions


References