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

@@ -438,7 +438,7 @@ func runCPUManagerTests(f *framework.Framework) {
}
// Serial because the test updates kubelet configuration.
var _ = SIGDescribe("CPU Manager [Serial] [Feature:CPUManager]", func() {
var _ = SIGDescribe("CPU Manager [Serial] [Feature:CPUManager][NodeAlphaFeature:CPUManager]", func() {
f := framework.NewDefaultFramework("cpu-manager-test")
Context("With kubeconfig updated with static CPU Manager policy run the CPU Manager tests", func() {