← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1594571] Re: Neutron tests expects Address pair in specific order.

 

This bug was addressed in this commit:
https://github.com/openstack/neutron/commit/cb79d09e249a47d362706b2f4d64bd58c97c344f

** Changed in: neutron
       Status: In Progress => 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/1594571

Title:
  Neutron tests expects Address pair in specific order.

Status in neutron:
  Fix Released

Bug description:
  *High level description:
  The tests is in : neutron/tests/tempest/api/test_allowed_address_pair.py
  Test:             @test.idempotent_id('b3f20091-6cd5-472b-8487-3516137df933')
  method name:      test_update_port_with_multiple_ip_mac_address_pair

  Since the order in which we receive the allowed address pair doesn't
  matter , we should remove the order dependency in
  _update_port_with_address method. The proposed solution is to assert
  on the Items in the allowed address pairs.

  
  *Perceived severity: High

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


References