← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1400725] [NEW] Typo in a unittest for allowed-address-pairs extension which may lead to false-positives

 

Public bug reported:

http://git.openstack.org/cgit/openstack/neutron/tree/neutron/tests/unit/test_extension_allowedaddresspairs.py#n263

The right alias for the security-group extension is 'security-group' and not 'security-groups',
with this typo, the if block will be skipped and in most of the time will cause the test to pass but not for the right reason.

** Affects: neutron
     Importance: Undecided
     Assignee: Roey Chen (roeyc)
         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/1400725

Title:
  Typo in a unittest for allowed-address-pairs extension which may lead
  to false-positives

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

Bug description:
  http://git.openstack.org/cgit/openstack/neutron/tree/neutron/tests/unit/test_extension_allowedaddresspairs.py#n263

  The right alias for the security-group extension is 'security-group' and not 'security-groups',
  with this typo, the if block will be skipped and in most of the time will cause the test to pass but not for the right reason.

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


Follow ups

References