kuryr-kubernetes/kuryr_kubernetes/tests/unit/controller/drivers
Michał Dulko 2a6fda9cc4 Support dual stack service subnets
This commit implements Services support for K8s clusters running dual
stack, i.e. having IPv4 and IPv6 services. This means that
[neutron_defaults]service_subnet option is depreacted in favor of
service_subnets and Kuryr will choose the correct one based on the
Service's `.spec.ipFamily`.

Change-Id: Iad79a2b766b7c71986a9ea79143384cc029c1f79
Implements: blueprint dual-stack
2021-03-04 18:41:48 +01: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 fix typo of unittest 2020-09-21 09:35:40 +08: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 Support dual stack service subnets 2021-03-04 18:41:48 +01: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 Support dual stack service subnets 2021-03-04 18:41:48 +01:00
test_multi_vif.py Support dual stack service subnets 2021-03-04 18:41:48 +01:00
test_namespace_subnet.py Support dual stack service subnets 2021-03-04 18:41:48 +01: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 Support for bulk port tagging extension 2020-11-20 12:27:00 +00:00
test_nested_vif.py Introduce NodesSubnetsDriver 2021-01-22 13:41:39 +01:00
test_nested_vlan_vif.py Support for bulk port tagging extension 2020-11-20 12:27:00 +00:00
test_network_policy.py Merge "Narrow connection to the cluster only on namespaceSelector." 2021-02-15 17:37:29 +00:00
test_network_policy_security_groups.py Adapt selfLink calculation for any k8s objects. 2021-01-12 15:59:22 +01:00
test_neutron_vif.py Support for bulk port tagging extension 2020-11-20 12:27:00 +00:00
test_node_subnets.py OpenShift: Add configured subnets to the detected 2021-02-12 16:46:46 +01:00
test_public_ip.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_sriov.py Support dual stack service subnets 2021-03-04 18:41:48 +01:00
test_utils.py Handle None or {} labels in match_selector() 2020-11-09 18:37:16 +01:00
test_vif_pool.py Support dual stack service subnets 2021-03-04 18:41:48 +01:00