test/e2e_node: Add Node-exclusive feature tags to existing tests

This commit is contained in:
Yu-Ju Hong
2018-05-21 16:46:54 -07:00
parent 4ad9aedb04
commit 7cbd897e3e
11 changed files with 11 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = framework.KubeDescribe("Docker features [Feature:Docker]", func() {
var _ = framework.KubeDescribe("Docker features [Feature:Docker][Legacy:Docker]", func() {
f := framework.NewDefaultFramework("docker-feature-test")
BeforeEach(func() {