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
86f54b4d
Commit
86f54b4d
authored
Jul 09, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11035 from nikhiljindal/nettest
Updating nettest image to latest code
parents
cabecc12
90d371c9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
contrib/for-tests/network-tester/Makefile
+1
-1
rc.json
contrib/for-tests/network-tester/rc.json
+1
-1
networking.go
test/e2e/networking.go
+1
-1
pre_stop.go
test/e2e/pre_stop.go
+1
-1
No files found.
contrib/for-tests/network-tester/Makefile
View file @
86f54b4d
all
:
push
# Set this to the *next* version to prevent accidentally overwriting the existing image.
TAG
=
1.
5
TAG
=
1.
6
webserver
:
webserver.go
CGO_ENABLED
=
0
GOOS
=
linux go build
-a
-installsuffix
cgo
-ldflags
'-w'
./webserver.go
...
...
contrib/for-tests/network-tester/rc.json
View file @
86f54b4d
...
...
@@ -22,7 +22,7 @@
"containers"
:
[
{
"name"
:
"webserver"
,
"image"
:
"gcr.io/google_containers/nettest:1.
4
"
,
"image"
:
"gcr.io/google_containers/nettest:1.
6
"
,
"imagePullPolicy"
:
"Always"
,
"args"
:
[
"-service=nettest"
,
...
...
test/e2e/networking.go
View file @
86f54b4d
...
...
@@ -162,7 +162,7 @@ var _ = Describe("Networking", func() {
"Rerun it with at least two nodes to get complete coverage."
)
}
podNames
:=
LaunchNetTestPodPerNode
(
f
,
nodes
,
svcname
,
"1.
4
"
)
podNames
:=
LaunchNetTestPodPerNode
(
f
,
nodes
,
svcname
,
"1.
6
"
)
// Clean up the pods
defer
func
()
{
...
...
test/e2e/pre_stop.go
View file @
86f54b4d
...
...
@@ -43,7 +43,7 @@ func testPreStop(c *client.Client, ns string) {
Containers
:
[]
api
.
Container
{
{
Name
:
"server"
,
Image
:
"gcr.io/google_containers/nettest:1.
3
"
,
Image
:
"gcr.io/google_containers/nettest:1.
6
"
,
Ports
:
[]
api
.
ContainerPort
{{
ContainerPort
:
8080
}},
},
},
...
...
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