Implement JSON printing for test summaries

This commit is contained in:
gmarek
2016-01-08 09:33:06 +01:00
parent ab6edd8170
commit f5a41823c2
4 changed files with 46 additions and 25 deletions

View File

@@ -152,7 +152,7 @@ func (f *Framework) afterEach() {
summaries := make([]TestDataSummary, 0)
if testContext.GatherKubeSystemResourceUsageData {
summaries = append(summaries, f.gatherer.stopAndSummarize([]int{50, 90, 99, 100}, f.addonResourceConstraints))
summaries = append(summaries, f.gatherer.stopAndSummarize([]int{90, 99}, f.addonResourceConstraints))
}
if testContext.GatherLogsSizes {