Commit 87b07838 authored by Jeff Grafton's avatar Jeff Grafton

Update tests to use nettest:1.7

parent 214d0189
...@@ -157,7 +157,7 @@ var _ = Describe("Networking", func() { ...@@ -157,7 +157,7 @@ var _ = Describe("Networking", func() {
"Rerun it with at least two nodes to get complete coverage.") "Rerun it with at least two nodes to get complete coverage.")
} }
podNames := LaunchNetTestPodPerNode(f, nodes, svcname, "1.6") podNames := LaunchNetTestPodPerNode(f, nodes, svcname, "1.7")
// Clean up the pods // Clean up the pods
defer func() { defer func() {
......
...@@ -758,7 +758,7 @@ var _ = Describe("Pods", func() { ...@@ -758,7 +758,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "liveness", Name: "liveness",
Image: "gcr.io/google_containers/nettest:1.6", Image: "gcr.io/google_containers/nettest:1.7",
// These args are garbage but the image will exit if they're not there // These args are garbage but the image will exit if they're not there
// we just care about /read serving a 200, which it always does. // we just care about /read serving a 200, which it always does.
Args: []string{ Args: []string{
......
...@@ -43,7 +43,7 @@ func testPreStop(c *client.Client, ns string) { ...@@ -43,7 +43,7 @@ func testPreStop(c *client.Client, ns string) {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "server", Name: "server",
Image: "gcr.io/google_containers/nettest:1.6", Image: "gcr.io/google_containers/nettest:1.7",
Ports: []api.ContainerPort{{ContainerPort: 8080}}, Ports: []api.ContainerPort{{ContainerPort: 8080}},
}, },
}, },
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"containers": [ "containers": [
{ {
"name": "webserver", "name": "webserver",
"image": "gcr.io/google_containers/nettest:1.6", "image": "gcr.io/google_containers/nettest:1.7",
"imagePullPolicy": "Always", "imagePullPolicy": "Always",
"args": [ "args": [
"-service=nettest", "-service=nettest",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"containers": [ "containers": [
{ {
"name": "webserver", "name": "webserver",
"image": "gcr.io/google_containers/nettest:1.5", "image": "gcr.io/google_containers/nettest:1.7",
"args": [ "args": [
"-service=nettest", "-service=nettest",
"-delay-shutdown=10" "-delay-shutdown=10"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"containers": [ "containers": [
{ {
"name": "webserver", "name": "webserver",
"image": "gcr.io/google_containers/nettest:1.5", "image": "gcr.io/google_containers/nettest:1.7",
"args": [ "args": [
"-service=nettest", "-service=nettest",
"-delay-shutdown=10" "-delay-shutdown=10"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment