Update tests to use nettest:1.7

This commit is contained in:
Jeff Grafton
2016-02-11 15:37:32 -08:00
parent 214d018911
commit 87b0783808
6 changed files with 6 additions and 6 deletions

View File

@@ -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() {