Add Feature tag to CPU Manager node e2e test.

pull/6/head
Balaji Subramaniam 2017-11-22 08:38:00 -08:00
parent 65f5c1e847
commit 7acdf3e15e
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ func runCPUManagerTests(f *framework.Framework) {
}
// 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")
Context("With kubeconfig updated with static CPU Manager policy run the CPU Manager tests", func() {