Add Feature tag to CPU Manager node e2e test.

This commit is contained in:
Balaji Subramaniam 2017-11-22 08:38:00 -08:00
parent 65f5c1e847
commit 7acdf3e15e

View File

@ -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() {