ovn-bgp-agent/ovn_bgp_agent/tests
Luis Tomas Bolivar e0b6db65ba Ensure proper handling of missing bridge_device at wiring
We need information about the bridge_device when wiring/unwiring
the exposed IPs. If this is not provided, the wiring/unwiring functions
need to return False and the driver need to ensure it is considered,
with proper logging of the failure at exposing/withdrawing.

The missing bridge device may happen if the provider network
is deleted in between or if it was created and not yet present
due to missing sync action

Change-Id: I34c9840b1ac3073c5d50c1c6e5b2d488be9ceca9
2023-03-16 12:24:42 +01:00
..
unit Ensure proper handling of missing bridge_device at wiring 2023-03-16 12:24:42 +01:00
__init__.py Initial commit 2021-08-27 16:56:11 +01:00
base.py Refactor parts of frr.py and add unittests 2021-09-13 15:12:58 +01:00
test_ovn_bgp_agent.py Initial commit 2021-08-27 16:56:11 +01:00
utils.py Add unittests to base_watcher.py and bgp_watcher.py 2022-03-11 15:50:40 +00:00