Revert "Revert "Fix networking test""

This reverts commit a2d24d3e07.
This commit is contained in:
Daniel Smith
2015-05-18 16:22:13 -07:00
parent caf5b5f059
commit ea4035d08c
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.