mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	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:
		@@ -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() {
 | 
							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)
 | 
								config := e2enetwork.NewNetworkingTestConfig(f, e2enetwork.EndpointsUseHostNetwork)
 | 
				
			||||||
			ginkgo.By(fmt.Sprintf("dialing(udp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterUDPPort))
 | 
								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())
 | 
								err := config.DialFromTestContainer("udp", config.ClusterIP, e2enetwork.ClusterUDPPort, config.MaxTries, 0, config.EndpointHostnames())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user