kuryr-kubernetes/kuryr_kubernetes/tests/unit/handlers
Michał Dulko 9d0b053c4f Workaround OVN bug causing subports to be DOWN
Neutron should make a subport that is already attached to a trunk ACTIVE
immediately. Unfortunately there seems to be an OVN bug causing an event
triggering this to be lost, leaving the port in DOWN state forever. This
is a disaster for Kuryr, because we can't proceed to wire the pods in
such case.

This commit attempts to workaround this by making Kuryr reattach the
ports that are in DOWN state for more than 90 seconds after they're
plugged.

Change-Id: If9a3968d68dced588614cd5521d4a111e78d435f
2021-06-08 16:50:06 +02:00
..
__init__.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
test_asynchronous.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00
test_dispatch.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_health.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_k8s_base.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_logging.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_retry.py Workaround OVN bug causing subports to be DOWN 2021-06-08 16:50:06 +02:00