Revert "Fix networking test"

This commit is contained in:
Quinton Hoole
2015-05-15 11:04:23 -07:00
parent d2e291e8fc
commit a2d24d3e07
4 changed files with 13 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ func LaunchNetTestPodPerNode(nodes *api.NodeList, name string, c *client.Client,
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.