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() {
"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
defer func() {
......
......@@ -758,7 +758,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{
{
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
// we just care about /read serving a 200, which it always does.
Args: []string{
......
......@@ -43,7 +43,7 @@ func testPreStop(c *client.Client, ns string) {
Containers: []api.Container{
{
Name: "server",
Image: "gcr.io/google_containers/nettest:1.6",
Image: "gcr.io/google_containers/nettest:1.7",
Ports: []api.ContainerPort{{ContainerPort: 8080}},
},
},
......
......@@ -22,7 +22,7 @@
"containers": [
{
"name": "webserver",
"image": "gcr.io/google_containers/nettest:1.6",
"image": "gcr.io/google_containers/nettest:1.7",
"imagePullPolicy": "Always",
"args": [
"-service=nettest",
......
......@@ -11,7 +11,7 @@
"containers": [
{
"name": "webserver",
"image": "gcr.io/google_containers/nettest:1.5",
"image": "gcr.io/google_containers/nettest:1.7",
"args": [
"-service=nettest",
"-delay-shutdown=10"
......
......@@ -23,7 +23,7 @@
"containers": [
{
"name": "webserver",
"image": "gcr.io/google_containers/nettest:1.5",
"image": "gcr.io/google_containers/nettest:1.7",
"args": [
"-service=nettest",
"-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