neutron/neutron/tests/unit/agent
Slawek Kaplonski b01e0c2aa9 [OVS FW] Clean port rules if port not found in ovsdb
During e.g. migration or shelve of VM it may happend that
port update event will be send to the ovs agent and in the almost
the same time, port will be removed from br-int.
In such case during update_port_filter method openvswitch firewall
driver will not find port in br-int, and it will do nothing with it.
That will lead to leftover rules for this port in br-int.

So this patch adds calling remove_port_filter() method if port was
not found in br-int. Just to be sure that there is no any leftovers
from the port in br-int anymore.

Change-Id: I06036ce5fe15d91aa440dc340a70dd27ae078c53
Closes-Bug: #1850557
2019-12-02 12:22:50 +01:00
..
common Merge "ovsdb monitor: handle modified ports" 2019-10-09 09:27:47 +00:00
dhcp Switch to use cast method in dhcp_ready_on_ports method 2019-10-25 08:51:19 +02:00
l2 Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
l3 Do not initialize snat-ns twice 2019-11-07 06:42:08 +00:00
linux [OVS FW] Clean port rules if port not found in ovsdb 2019-12-02 12:22:50 +01:00
metadata Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
ovsdb Add native OVSDB implementation for bridge monitor 2018-12-03 16:09:06 +00:00
windows remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Initialize modifiable list of resources in CacheBackedPluginApi. 2019-07-26 11:51:39 +00:00
test_securitygroups_rpc.py Remove unused global_refresh_firewall 2019-09-07 23:27:43 +00:00