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

This commit is contained in:
Quinton Hoole
2015-05-27 14:52:33 -07:00
parent 851f6b7542
commit 30ffe0325c
4 changed files with 13 additions and 29 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.4",
Image: "gcr.io/google_containers/nettest:1.3",
Args: []string{
"-service=" + name,
//peers >= totalPods should be asserted by the container.