Added metrics/debug gathering methods to utils and used them in density #7572

This commit is contained in:
Robert Rati
2015-04-30 11:32:46 -04:00
parent 10339d72b6
commit a89121cb70
4 changed files with 72 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ var _ = Describe("Scale", func() {
for i := 0; i < itArg.rcsPerThread; i++ {
name := "my-short-lived-pod" + string(util.NewUUID())
n := itArg.podsPerMinion * minionCount
expectNoError(RunRC(c, name, ns, "gcr.io/google_containers/pause:go", n))
expectNoError(RunRC(c, name, ns, "gcr.io/google_containers/pause:go", n, nil))
podsLaunched += n
Logf("Launched %v pods so far...", podsLaunched)
err := DeleteRC(c, ns, name)