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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to