Un-skip the hostnetwork udp endpoint test.

Since the test is being fixed, we can run the test.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
This commit is contained in:
Federico Paolinelli 2021-02-09 11:55:24 +01:00
parent a0ca1fd63f
commit fa963f55ae

View File

@ -468,10 +468,7 @@ var _ = common.SIGDescribe("Networking", func() {
}
})
// skip because pods can not reach the endpoint in the same host if using UDP and hostNetwork
// xref: #95565
ginkgo.It("should function for pod-Service(hostNetwork): udp", func() {
e2eskipper.Skipf("skip because pods can not reach the endpoint in the same host if using UDP and hostNetwork #95565")
config := e2enetwork.NewNetworkingTestConfig(f, e2enetwork.EndpointsUseHostNetwork)
ginkgo.By(fmt.Sprintf("dialing(udp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterUDPPort))
err := config.DialFromTestContainer("udp", config.ClusterIP, e2enetwork.ClusterUDPPort, config.MaxTries, 0, config.EndpointHostnames())