neutron/neutron/tests/unit/services/ovn_l3
Lucas Alvares Gomes 36b8c684b1 [OVN] Make delete_router_port() less error prone
This commit makes the delete_router_port() method from OVNClient more
resilient to NotFound errors. Apart from the L3 plugin, this method is
also invoked by the maintenance task to fix stale/not-up-to-date objects
in the OVN database, and since the maintenance task runs every 5 minutes
only it could happen that some objects fetched by delete_router_port()
are gone by the moment that method is invoked.

Change-Id: I0d78278797beb2af42ec38462e2b2edc8e2a4ae6
Closes-Bug: #1920968
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2021-03-24 13:46:37 +00:00
..
__init__.py [OVN] Import OVN Client, L3 and QoS related code 2019-12-14 19:17:40 +00:00
test_plugin.py [OVN] Make delete_router_port() less error prone 2021-03-24 13:46:37 +00:00