Make getSchedulingLatency use master proxy

This commit is contained in:
gmarek
2015-12-08 17:04:49 +01:00
parent 775369a8f1
commit 4852ca23ef
4 changed files with 39 additions and 12 deletions

View File

@@ -145,7 +145,7 @@ var _ = Describe("Density [Skipped]", func() {
// Verify scheduler metrics.
// TODO: Reset metrics at the beginning of the test.
// We should do something similar to how we do it for APIserver.
expectNoError(VerifySchedulerLatency())
expectNoError(VerifySchedulerLatency(c))
})
// Explicitly put here, to delete namespace at the end of the test