← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1386946] [NEW] bigswitch "test_server" prioritises inputs incorrectly

 

Public bug reported:

neutron/plugins/bigswitch/tests/test_server.py incorrectly compares an
int to a tuple during a binary search.

Apparently on python2, int < tuple is not an error and always True.

** Affects: neutron
     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/1386946

Title:
  bigswitch "test_server" prioritises inputs incorrectly

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  neutron/plugins/bigswitch/tests/test_server.py incorrectly compares an
  int to a tuple during a binary search.

  Apparently on python2, int < tuple is not an error and always True.

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


Follow ups

References