Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a81a8b65
Unverified
Commit
a81a8b65
authored
Apr 16, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Apr 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75066 from aojea/e2e_ipv6_conn
Use IP addresses to test external connectivity
parents
90b9ccf7
ae773996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
networking.go
test/e2e/network/networking.go
+2
-2
No files found.
test/e2e/network/networking.go
View file @
a81a8b65
...
@@ -52,9 +52,9 @@ var _ = SIGDescribe("Networking", func() {
...
@@ -52,9 +52,9 @@ var _ = SIGDescribe("Networking", func() {
})
})
It
(
"should provide Internet connection for containers [Feature:Networking-IPv6][Experimental]"
,
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
.
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.
// First test because it has no dependencies on variables created later on.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment