Reenable scheduler metrics in scalability tests.

This commit is contained in:
Wojciech Tyczynski 2015-11-26 15:20:10 +01:00
parent 5f8743ea7b
commit 81a105cb73
2 changed files with 2 additions and 3 deletions

View File

@ -112,8 +112,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.
// TODO: Reenable it once it is running with Kubemark.
// expectNoError(VerifySchedulerLatency())
expectNoError(VerifySchedulerLatency())
})
framework := NewFramework("density")

View File

@ -2111,7 +2111,7 @@ func getSigner(provider string) (ssh.Signer, error) {
// support.
keyfile := ""
switch provider {
case "gce", "gke":
case "gce", "gke", "kubemark":
keyfile = "google_compute_engine"
case "aws":
// If there is an env. variable override, use that.