Add an e2e image puller static pod

This commit is contained in:
Prashanth B
2016-05-18 02:16:32 +00:00
parent 4215fe57a5
commit 730555b09b
13 changed files with 172 additions and 19 deletions

View File

@@ -209,6 +209,8 @@ func (f *Framework) AfterEach() {
// Print events if the test failed.
if CurrentGinkgoTestDescription().Failed && TestContext.DumpLogsOnFailure {
DumpAllNamespaceInfo(f.Client, f.Namespace.Name)
By(fmt.Sprintf("Dumping a list of prepulled images on each node"))
LogPodsWithLabels(f.Client, api.NamespaceSystem, ImagePullerLabels)
}
summaries := make([]TestDataSummary, 0)