ovn-octavia-provider/ovn_octavia_provider/tests/unit
Michał Nasiadka d96296752d Check if no members in pool better in batch update
member_batch_update() might find a loadbalancer with
a pool that contains no members, but calling split(',')
will result in an existing member list of ['']. Force
it to an empty list if there are no members.

Closes-Bug: #1912779
Change-Id: Iec46c3e1ebef822d43964e13962153dc8760ee42
(cherry picked from commit 6e30b8552c)
2021-03-10 13:16:51 +00:00
..
common Remove the dependency on the "mock" package 2020-04-02 17:36:25 -04:00
hacking Add a hacking check for importing mock library 2020-06-09 14:46:36 -04:00
ovsdb Fix the Backend class for ovsbapp index changes 2020-06-09 10:14:49 -05:00
schemas Add support for OVN LB selection fields 2020-05-14 09:38:12 +00:00
__init__.py Initialize repository 2020-01-15 14:41:32 +00:00
base.py Re-home unit tests 2020-05-12 11:06:14 +00:00
fakes.py Re-home MockedLB to tests.unit.fakes 2020-04-27 16:39:40 -04:00
test_agent.py Re-home unit tests 2020-05-12 11:06:14 +00:00
test_driver.py Check if no members in pool better in batch update 2021-03-10 13:16:51 +00:00
test_hacking.py Initialize repository 2020-01-15 14:41:32 +00:00
test_helper.py Don't try to store protocol=None in OVSDB 2021-03-04 21:04:25 +00:00