← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1372571] [NEW] Neutron cannot possibly pass unit tests under Python 2.6

 

Public bug reported:

On neutron/tests/unit/test_api_v2.py:148, _get_collection_kwargs() uses
collections.OrderedDict, which does not exist in Python 2.6.  As the
ordering here is clearly unimportant, this should be converted to be
just a plain dict.

** Affects: neutron
     Importance: Undecided
     Assignee: Kevin L. Mitchell (klmitch)
         Status: In Progress

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

Title:
  Neutron cannot possibly pass unit tests under Python 2.6

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  On neutron/tests/unit/test_api_v2.py:148, _get_collection_kwargs()
  uses collections.OrderedDict, which does not exist in Python 2.6.  As
  the ordering here is clearly unimportant, this should be converted to
  be just a plain dict.

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


Follow ups

References