neutron/neutron/tests
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 [Fullstack] Fix waiting for packet with DSCP mark in test 2019-11-15 11:26:27 +01:00
contrib Conntrack Helper - Plugin 2019-08-29 10:41:04 +02:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack Merge "TestMinBwQoSOvs must call the correct methods" 2019-11-20 17:17:45 +00:00
functional Merge "Add "igmp_snooping_enable" config option for OVS agent" 2019-11-05 11:08:13 +00:00
unit [OVS FW] Clean port rules if port not found in ovsdb 2019-12-02 12:22:50 +01:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Reset timeout exception in DietTestCase when retrying 2019-10-25 08:27:54 +00:00
post_mortem_debug.py
tools.py consume WarningsFixture from neutron-lib 2019-07-09 08:32:33 -06:00