ovn-bgp-agent/ovn_bgp_agent/tests/unit
Lucas Alvares Gomes a1f8a6c711 Address the Load_Balancer's datapath_group column deprecation
OVN deprecated the datapath_group column from Load_Balancer table. Now
this column was split in two: ls_datapath_group and lr_datapath_group.
This patch changes the code to also look for the datapath group in these
new columns.

This change is backward compatible and will work with a newer or older
version of OVN.

Change-Id: Ia3a95b77fccaa056aa9169114d102258f015002f
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit 5ffe0ce083)
2024-02-02 12:28:58 +00:00
..
cmd Initial support for BGP 2021-09-01 11:29:04 +02:00
drivers Address the Load_Balancer's datapath_group column deprecation 2024-02-02 12:28:58 +00:00
privileged Fix FRR 9 mgmtd crashes when applying config 2024-01-22 07:41:29 +00:00
utils Address the Load_Balancer's datapath_group column deprecation 2024-02-02 12:28:58 +00:00
__init__.py Initial support for BGP 2021-09-01 11:29:04 +02:00
fakes.py Refactor some methods from OvsdbSbOvnIdl + unittests 2021-09-10 12:08:00 +01:00
test_agent.py Ensure options are registered for unit testing 2023-05-04 09:49:30 +02:00