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

@@ -78,7 +78,7 @@ var knownKinds = []schema.GroupKind{
// the ginkgo.skip list (see driver.go).
// To run this suite you must explicitly ask for it by setting the
// -t/--test flag or ginkgo.focus flag.
var _ = framework.KubeDescribe("Load capacity", func() {
var _ = SIGDescribe("Load capacity", func() {
var clientset clientset.Interface
var nodeCount int
var ns string