mirror of https://github.com/k3s-io/k3s
Add Feature tag to CPU Manager node e2e test.
parent
65f5c1e847
commit
7acdf3e15e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue