let load and density e2e tests use GC if it's on

This commit is contained in:
Chao Xu
2016-08-08 17:11:21 -07:00
parent faffbe4e18
commit 3688a78769
16 changed files with 83 additions and 29 deletions

View File

@@ -115,7 +115,7 @@ func runResourceTrackingTest(f *framework.Framework, podsPerNode int, nodeNames
verifyCPULimits(expectedCPU, cpuSummary)
By("Deleting the RC")
framework.DeleteRC(f.Client, f.Namespace.Name, rcName)
framework.DeleteRCAndPods(f.Client, f.Namespace.Name, rcName)
}
func verifyMemoryLimits(c *client.Client, expected framework.ResourceUsagePerContainer, actual framework.ResourceUsagePerNode) {