kuryr-kubernetes/kuryr_kubernetes/tests/unit
Maysa Macedo b644083835 Add support for text ports on Network Policy Spec
This commit adds support for Network Policies that define ports
with text. In the case of ingress rule with named port, the pods
selected by NetworkPolicySpec's podSelector has its containers
verified to check for ports with same name. In case of egress rule
all the pods selected by the NetworkPolicyEgressRule's selector
have its containers verified to check if the containers ports
have the same name as the ones defined in policy rule ports.
If matched, a security Group rule with
a 'remote_ip_prefixes' field pointing to that pod is created.

Change-Id: If1eddc3e6cc4884ca53e81e4f87b5fae80fed70e
Closes-Bug: 1818983
2019-04-16 08:59:43 +00:00
..
cmd Add kuryr-status utility for upgrade-checkers 2018-10-03 15:09:53 +02:00
cni Remove way of running without kuryr-daemon 2019-02-04 12:53:00 +01:00
controller Add support for text ports on Network Policy Spec 2019-04-16 08:59:43 +00:00
handlers Add quota readiness check to controller 2018-11-21 10:11:55 +00:00
platform OCP-Router: Fix path route to support subpath 2018-07-23 18:06:36 +03:00
__init__.py K8s and Neutron clients support 2016-10-03 16:07:03 +00:00
kuryr_fixtures.py lbaasv2: Fix for deployments missing the proxy 2018-04-13 16:47:39 +02:00
test_clients.py Switch Octavia API calls to openstacksdk 2019-03-07 17:38:27 +01:00
test_k8s_client.py Fix Python 3 compatiblity in K8sClient.watch() 2018-09-12 14:10:23 -06: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 Add support for svc with text targetPorts 2019-03-15 15:15:40 +01:00
test_watcher.py Add quota readiness check to controller 2018-11-21 10:11:55 +00:00