Commit 7acdf3e1 authored by Balaji Subramaniam's avatar Balaji Subramaniam

Add Feature tag to CPU Manager node e2e test.

parent 65f5c1e8
...@@ -415,7 +415,7 @@ func runCPUManagerTests(f *framework.Framework) { ...@@ -415,7 +415,7 @@ func runCPUManagerTests(f *framework.Framework) {
} }
// Serial because the test updates kubelet configuration. // Serial because the test updates kubelet configuration.
var _ = framework.KubeDescribe("CPU Manager [Serial]", func() { var _ = framework.KubeDescribe("CPU Manager [Feature:CPUManager]", func() {
f := framework.NewDefaultFramework("cpu-manager-test") f := framework.NewDefaultFramework("cpu-manager-test")
Context("With kubeconfig updated with static CPU Manager policy run the CPU Manager tests", func() { Context("With kubeconfig updated with static CPU Manager policy run the CPU Manager tests", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment