Log node info on test failures

This commit is contained in:
Brendan Burns
2015-11-04 14:07:49 -08:00
parent 17c5c0922b
commit b76fef7d48
3 changed files with 29 additions and 12 deletions

View File

@@ -102,6 +102,8 @@ func (f *Framework) afterEach() {
// you may or may not see the killing/deletion/cleanup events.
dumpAllPodInfo(f.Client)
dumpAllNodeInfo(f.Client)
}
// Check whether all nodes are ready after the test.