Skip to content

Commit b158098

Browse files
committed
replace ping with connect in msg
1 parent 68e553a commit b158098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/network/networking.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ var _ = SIGDescribe("Networking", func() {
4747
})
4848

4949
ginkgo.It("should provide Internet connection for containers [Feature:Networking-IPv4]", func() {
50-
ginkgo.By("Running container which tries to ping 8.8.8.8")
50+
ginkgo.By("Running container which tries to connect to 8.8.8.8")
5151
framework.ExpectNoError(
5252
framework.CheckConnectivityToHost(f, "", "connectivity-test", "8.8.8.8", 53, 30))
5353
})
5454

5555
ginkgo.It("should provide Internet connection for containers [Feature:Networking-IPv6][Experimental]", func() {
56-
ginkgo.By("Running container which tries to ping 2001:4860:4860::8888")
56+
ginkgo.By("Running container which tries to connect to 2001:4860:4860::8888")
5757
framework.ExpectNoError(
5858
framework.CheckConnectivityToHost(f, "", "connectivity-test", "2001:4860:4860::8888", 53, 30))
5959
})

0 commit comments

Comments
 (0)