Explicitly define scalability test suite

This commit is contained in:
Wojciech Tyczynski
2015-04-14 13:41:48 +02:00
parent d02139d2b4
commit 8fb22a750b
2 changed files with 5 additions and 2 deletions

View File

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