add informational output to test
This commit is contained in:
parent
b67bb85a2d
commit
065a8fa454
@ -928,6 +928,7 @@ func runSchedulerNoPhantomPodsTest(client *client.Client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Delete a pod to free up room.
|
// Delete a pod to free up room.
|
||||||
|
glog.Infof("Deleting pod %v", bar.Name)
|
||||||
err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
|
err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)
|
glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user