Add an e2e test that pods get a host IP

This commit is contained in:
Quinton Hoole
2015-04-10 13:00:07 -07:00
parent d02139d2b4
commit 4a20101a8d
2 changed files with 50 additions and 1 deletions

View File

@@ -117,7 +117,6 @@ func waitForPodSuccessInNamespace(c *client.Client, podName string, contName str
} else {
return true, fmt.Errorf("pod %s terminated with failure: %+v", podName, ci.State.Termination)
}
Logf("Waiting for pod %q in namespace %s status to be success or failure", podName, namespace)
} else {
Logf("Nil State.Termination for container %s in pod %s in namespace %s so far", contName, podName, namespace)
}