← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1268561] [NEW] test_create_security_group_rule_bad_tenant succeeds for the wrong reason

 

Public bug reported:

https://github.com/openstack/neutron/blob/master/neutron/tests/unit/test_extension_security_group.py#L760

When the security group is created, the security group has already been deleted.
This means that the notfound error is raised because the security group has been removed, and not because the rule is being created with the wrong tenant id.

** Affects: neutron
     Importance: Low
     Assignee: Salvatore Orlando (salvatore-orlando)
         Status: New


** Tags: unittest

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

Title:
  test_create_security_group_rule_bad_tenant succeeds for the wrong
  reason

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  https://github.com/openstack/neutron/blob/master/neutron/tests/unit/test_extension_security_group.py#L760

  When the security group is created, the security group has already been deleted.
  This means that the notfound error is raised because the security group has been removed, and not because the rule is being created with the wrong tenant id.

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


Follow ups

References