Promote Pod Preemption Verification
This commit is contained in:
@@ -499,7 +499,12 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
|
||||
}
|
||||
})
|
||||
|
||||
ginkgo.It("runs ReplicaSets to verify preemption running path", func() {
|
||||
/*
|
||||
Release: v1.17
|
||||
Testname: Pod preemption verification
|
||||
Description: Four levels of Pods in ReplicaSets with different levels of Priority, restricted by given CPU limits MUST launch. Priority 1 - 3 Pods MUST spawn first followed by Priority 4 Pod. The ReplicaSets with Replicas MUST contain the expected number of Replicas.
|
||||
*/
|
||||
framework.ConformanceIt("runs ReplicaSets to verify preemption running path", func() {
|
||||
podNamesSeen := []int32{0, 0, 0}
|
||||
stopCh := make(chan struct{})
|
||||
|
||||
|
Reference in New Issue
Block a user