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
b8edd9b8
Commit
b8edd9b8
authored
Aug 24, 2017
by
m1093782566
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix e2e network wrong output message
parent
ef1b8352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
networking_utils.go
test/e2e/framework/networking_utils.go
+2
-2
No files found.
test/e2e/framework/networking_utils.go
View file @
b8edd9b8
...
@@ -214,7 +214,7 @@ func (config *NetworkingTestConfig) DialFromContainer(protocol, containerIP, tar
...
@@ -214,7 +214,7 @@ func (config *NetworkingTestConfig) DialFromContainer(protocol, containerIP, tar
}
}
config
.
diagnoseMissingEndpoints
(
eps
)
config
.
diagnoseMissingEndpoints
(
eps
)
Failf
(
"Failed to find expected endpoints:
\n
Tries %d
\n
Command %v
\n
retrieved %v
\n
expected %v
\n
"
,
m
in
Tries
,
cmd
,
eps
,
expectedEps
)
Failf
(
"Failed to find expected endpoints:
\n
Tries %d
\n
Command %v
\n
retrieved %v
\n
expected %v
\n
"
,
m
ax
Tries
,
cmd
,
eps
,
expectedEps
)
}
}
// DialFromNode executes a tcp or udp request based on protocol via kubectl exec
// DialFromNode executes a tcp or udp request based on protocol via kubectl exec
...
@@ -270,7 +270,7 @@ func (config *NetworkingTestConfig) DialFromNode(protocol, targetIP string, targ
...
@@ -270,7 +270,7 @@ func (config *NetworkingTestConfig) DialFromNode(protocol, targetIP string, targ
}
}
config
.
diagnoseMissingEndpoints
(
eps
)
config
.
diagnoseMissingEndpoints
(
eps
)
Failf
(
"Failed to find expected endpoints:
\n
Tries %d
\n
Command %v
\n
retrieved %v
\n
expected %v
\n
"
,
m
in
Tries
,
cmd
,
eps
,
expectedEps
)
Failf
(
"Failed to find expected endpoints:
\n
Tries %d
\n
Command %v
\n
retrieved %v
\n
expected %v
\n
"
,
m
ax
Tries
,
cmd
,
eps
,
expectedEps
)
}
}
// GetSelfURL executes a curl against the given path via kubectl exec into a
// GetSelfURL executes a curl against the given path via kubectl exec into a
...
...
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