Cleanup more extensively in e2e

This commit is contained in:
Clayton Coleman
2015-08-19 11:35:00 -04:00
parent a927791293
commit 611530889f
9 changed files with 74 additions and 38 deletions

View File

@@ -1372,7 +1372,7 @@ func verifyServeHostnameServiceUp(c *client.Client, host string, expectedPods []
passed = true
break
}
Logf("Expected pods: %v, got: %v", expectedPods, pods)
Logf("Waiting for expected pods for %s: %v, got: %v", serviceIP, expectedPods, pods)
}
if !passed {
return fmt.Errorf("service verification failed for:\n %s", cmd)