kuryr-kubernetes/kuryr_kubernetes/tests/unit
Nayan Deshmukh b008a59ff0 Only delete pod from CNI registry after unplugging the vif
We can get the DELETED event before kubelet calls CNI DEL on the same
pod. This will lead to a case where we remove the pod from the CNI
registry before unplugging the vif. In this case the CNI DEL request will
fail due absence of info of the tap interfaces. This effects OVS as we
are left with tap interfaces whose one end is still attached to br-int.

Change-Id: I5fda411e938319a00590f7dcfd2e6f37b7e2194c
Signed-off-by: Nayan Deshmukh <n.deshmukh@samsung.com>
Signed-off-by: Paweł Suder <p.suder@samsung.com>
Closes-Bug: 1849626
2019-11-21 10:31:59 +09:00
..
cmd Add kuryr-status utility for upgrade-checkers 2018-10-03 15:09:53 +02:00
cni Only delete pod from CNI registry after unplugging the vif 2019-11-21 10:31:59 +09:00
controller Merge "Protection from subport with wrong ACTIVE status" 2019-11-20 10:31:00 +00:00
handlers Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00
platform Move route URL to apis/route.openshift.io 2019-05-30 11:39:46 +02:00
__init__.py K8s and Neutron clients support 2016-10-03 16:07:03 +00:00
kuryr_fixtures.py Move from Neutron client to OpenStackSDK. 2019-10-23 14:08:18 +02:00
test_clients.py Move from Neutron client to OpenStackSDK. 2019-10-23 14:08:18 +02:00
test_k8s_client.py Timeout connections when watching K8s API 2019-09-06 09:51:33 +02:00
test_linux_net_utils.py Cleanup and enforce pep8 checks 2017-06-08 15:36:44 +03:00
test_object.py Add support for svc with text targetPorts 2019-03-15 15:15:40 +01:00
test_os_vif_plug_noop.py Add MACVLAN based interfaces for nested containers 2017-06-12 13:14:12 +01:00
test_os_vif_util.py Drop unnecessary import 2018-09-26 17:12:33 +02:00
test_utils.py Move from Neutron client to OpenStackSDK. 2019-10-23 14:08:18 +02:00
test_watcher.py Remove exit_on_stop from Watcher 2019-09-04 10:26:56 +02:00