Add [sig-scalability] prefix to scalability e2e tests

This commit is contained in:
xiangpengzhao
2017-08-02 11:44:20 +08:00
parent bcc43f8f16
commit 4edae0aa91
5 changed files with 27 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ func cleanupDensityTest(dtc DensityTestConfig) {
// IMPORTANT: This test is designed to work on large (>= 100 Nodes) clusters. For smaller ones
// results will not be representative for control-plane performance as we'll start hitting
// limits on Docker's concurrent container startup.
var _ = framework.KubeDescribe("Density", func() {
var _ = SIGDescribe("Density", func() {
var c clientset.Interface
var nodeCount int
var additionalPodsPrefix string