Understand why cluster_dns e2e test fails

This commit is contained in:
Satnam Singh 2015-01-21 18:17:13 -08:00
parent b5bc0c1619
commit 7a149e6e16

View File

@ -131,6 +131,7 @@ func TestClusterDNS(c *client.Client) bool {
Do().Raw()
if err != nil {
failed = append(failed, name)
glog.V(4).Infof("Lookup for %s failed: %v", name, err)
}
}
if len(failed) == 0 {