mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #75066 from aojea/e2e_ipv6_conn
Use IP addresses to test external connectivity
This commit is contained in:
commit
a81a8b6529
@ -52,9 +52,9 @@ var _ = SIGDescribe("Networking", func() {
|
||||
})
|
||||
|
||||
It("should provide Internet connection for containers [Feature:Networking-IPv6][Experimental]", func() {
|
||||
By("Running container which tries to ping google.com")
|
||||
By("Running container which tries to ping 2001:4860:4860::8888")
|
||||
framework.ExpectNoError(
|
||||
framework.CheckConnectivityToHost(f, "", "ping-test", "google.com", framework.IPv6PingCommand, 30))
|
||||
framework.CheckConnectivityToHost(f, "", "ping-test", "2001:4860:4860::8888", framework.IPv6PingCommand, 30))
|
||||
})
|
||||
|
||||
// First test because it has no dependencies on variables created later on.
|
||||
|
Loading…
Reference in New Issue
Block a user