add informational output to test

This commit is contained in:
Daniel Smith 2015-04-07 13:45:51 -07:00
parent b67bb85a2d
commit 065a8fa454

View File

@ -928,6 +928,7 @@ func runSchedulerNoPhantomPodsTest(client *client.Client) {
}
// Delete a pod to free up room.
glog.Infof("Deleting pod %v", bar.Name)
err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
if err != nil {
glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)