neutron-fwaas/neutron/tests/unit/openvswitch
Xu Chen 3520e66b87 call security_groups_member_updated in port_update
When a running VM is added to a security group, all existing VMs (ports)
in the security group should be notified/updated - otherwise they would
have incorrect rules, not knowing the new VM/port added.

The current behavior would only update the port of the added VM. This
patch forces an security_groups_member_updated() call for all the
security groups that have ports removed or added.

Change-Id: Ibdcd74f47043762386b62f3ec0fa1723060446ac
Closes-Bug: 1316618
(cherry picked from commit e97eea83ae)
2014-09-17 15:32:47 -07:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Utilizes assertIsNone and assertIsNotNone 2013-10-03 23:01:48 +00:00
test_openvswitch_plugin.py call security_groups_member_updated in port_update 2014-09-17 15:32:47 -07:00
test_ovs_db.py Fix bug:range() is not same in py3.x and py2.x 2014-03-11 16:44:47 +08:00
test_ovs_defaults.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_lib.py Default to setting secure mode on the integration bridge 2014-06-09 20:08:52 +00:00
test_ovs_neutron_agent.py Do not mark device as processed if it wasn't 2014-07-23 15:35:47 +02:00
test_ovs_rpcapi.py Replace stubout with fixtures 2013-11-24 10:46:08 -05:00
test_ovs_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_ovs_tunnel.py OVS agent: Correct bridge setup ordering 2014-07-03 15:09:02 +02:00