mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #123950 from kannon92/move-eviction-tests
move system node critical test to eviction test lane
This commit is contained in:
commit
f88d2454c5
@ -36,7 +36,7 @@ import (
|
|||||||
"github.com/onsi/gomega"
|
"github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = SIGDescribe("SystemNodeCriticalPod", framework.WithSlow(), framework.WithSerial(), framework.WithDisruptive(), nodefeature.SystemNodeCriticalPod, func() {
|
var _ = SIGDescribe("SystemNodeCriticalPod", framework.WithSlow(), framework.WithSerial(), framework.WithDisruptive(), nodefeature.SystemNodeCriticalPod, nodefeature.Eviction, func() {
|
||||||
f := framework.NewDefaultFramework("system-node-critical-pod-test")
|
f := framework.NewDefaultFramework("system-node-critical-pod-test")
|
||||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||||
// this test only manipulates pods in kube-system
|
// this test only manipulates pods in kube-system
|
||||||
|
Loading…
Reference in New Issue
Block a user