Revert "Revert "Revert "Revert "Fix networking test""""

This reverts commit 30ffe0325c.
This commit is contained in:
Daniel Smith
2015-05-27 17:50:07 -07:00
parent e456e8d63e
commit d683548fd6
4 changed files with 29 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ func LaunchNetTestPodPerNode(f *Framework, nodes *api.NodeList, name string) []s
Containers: []api.Container{
{
Name: "webserver",
Image: "gcr.io/google_containers/nettest:1.3",
Image: "gcr.io/google_containers/nettest:1.4",
Args: []string{
"-service=" + name,
//peers >= totalPods should be asserted by the container.