Don't run 3 pods per node test

This commit is contained in:
Wojciech Tyczynski 2015-06-22 12:24:00 +02:00
parent ff0546da4f
commit 4a6e7b5053

View File

@ -158,7 +158,7 @@ var _ = Describe("Density", func() {
for _, testArg := range densityTests {
name := fmt.Sprintf("should allow starting %d pods per node", testArg.podsPerMinion)
if testArg.podsPerMinion <= 30 {
if testArg.podsPerMinion == 30 {
name = "[Performance suite] " + name
}
if testArg.skip {