mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
replace ping with connect in msg
This commit is contained in:
parent
68e553ae6c
commit
b158098401
@ -47,13 +47,13 @@ var _ = SIGDescribe("Networking", func() {
|
||||
})
|
||||
|
||||
ginkgo.It("should provide Internet connection for containers [Feature:Networking-IPv4]", func() {
|
||||
ginkgo.By("Running container which tries to ping 8.8.8.8")
|
||||
ginkgo.By("Running container which tries to connect to 8.8.8.8")
|
||||
framework.ExpectNoError(
|
||||
framework.CheckConnectivityToHost(f, "", "connectivity-test", "8.8.8.8", 53, 30))
|
||||
})
|
||||
|
||||
ginkgo.It("should provide Internet connection for containers [Feature:Networking-IPv6][Experimental]", func() {
|
||||
ginkgo.By("Running container which tries to ping 2001:4860:4860::8888")
|
||||
ginkgo.By("Running container which tries to connect to 2001:4860:4860::8888")
|
||||
framework.ExpectNoError(
|
||||
framework.CheckConnectivityToHost(f, "", "connectivity-test", "2001:4860:4860::8888", 53, 30))
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user