← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Also affects: openstack-ci
   Importance: Undecided
       Status: New

-- 
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
Status in OpenStack Core Infrastructure:
  New

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


References