Add [sig-node] to some unowned e2e_node tests

Follow the SIGDescribe pattern used in test/e2e/foo tests
This commit is contained in:
Aaron Crickenberger
2017-11-22 15:33:31 -05:00
parent d65a8ac95c
commit 040b80d9a7
5 changed files with 27 additions and 3 deletions

View File

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