Merge pull request #31559 from bprashanth/kubeproxy_test
Automatic merge from submit-queue
Networking test rewrite
Decomposes the old kubeproxy tests into (tcp, udp) tests for each of the following:
* intra-pod
* node-pod
* pod-Service
* node-Service
* endpoint-Service
* delete endpoints, confirm unreachability
* delete nodeport, confirm unreachability
* kube-proxy /proxymode, /healthz
Also gets rid of the old network conformance test that used apiserver proxy to check reported peer count of a webserver in a container (the netexec pod used in this test does the same thing without apiserver proxy).
Fixes https://github.com/kubernetes/kubernetes/issues/26490, https://github.com/kubernetes/kubernetes/issues/14204
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/e2e/networking_utils.go
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment