kuryr-kubernetes/kuryr_kubernetes/tests/unit/controller/drivers
Maysa Macedo 46723c5751 Skip FIP creation if no external subnet config is set
When creating a Service of LoadBalancer type, a external_svc_net
config must be set, otherwise the Floating IP for the respective
LoadBalancer won't get created and an exception will be raised of
missing config. This commit logs and skip the FIP creation when
the needed config is not set.

Change-Id: I155d11f7080d2d4dbeca6de85b2f284aaacd7d8d
2020-09-02 13:54:26 +00:00
..
__init__.py Controller driver base and pod project driver 2016-11-18 17:46:55 +03:00
test_base.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_default_project.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_default_security_groups.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_default_subnet.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_lb_public_ip.py Skip FIP creation if no external subnet config is set 2020-09-02 13:54:26 +00:00
test_lbaasv2.py Update loadbalancer CRD with service spec and rely on CRD 2020-07-30 21:56:43 +00:00
test_multi_vif.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_namespace_subnet.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_nested_dpdk.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
test_nested_macvlan_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
test_nested_vif.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_nested_vlan_vif.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_network_policy.py KuryrNetworkPolicy CRD 2020-07-31 14:44:15 +02:00
test_network_policy_security_groups.py KuryrNetworkPolicy CRD 2020-07-31 14:44:15 +02:00
test_neutron_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
test_public_ip.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_sriov.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
test_utils.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_vif_pool.py Pod annotations to KuryrPort CRD. 2020-07-29 23:50:17 +02:00