Add a flag that will make test gather metrics from all running components after the test finishes.

This commit is contained in:
gmarek
2015-12-23 15:56:56 +01:00
parent c36226bc39
commit 2dcafa3854
8 changed files with 125 additions and 28 deletions

View File

@@ -153,6 +153,7 @@ type TestContextType struct {
// It will read the data every 30 seconds from all Nodes and print summary during afterEach.
GatherKubeSystemResourceUsageData bool
GatherLogsSizes bool
GatherMetricsAfterTest bool
}
var testContext TestContextType