File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 259
259
and FOOSERVICE_PORT_8765_TCP_ADDR that are populated with proper values.
260
260
release : v1.9
261
261
file : test/e2e/common/pods.go
262
+ - testname : Pods, delete a collection
263
+ codename : ' [k8s.io] Pods should delete a collection of pods [Conformance]'
264
+ description : A set of pods is created with a label selector which MUST be found
265
+ when listed. The set of pods is deleted and MUST NOT show up when listed by its
266
+ label selector.
267
+ release : v1.19
268
+ file : test/e2e/common/pods.go
262
269
- testname : Pods, assigned hostip
263
270
codename : ' [k8s.io] Pods should get a host IP [NodeConformance] [Conformance]'
264
271
description : Create a Pod. Pod status MUST return successfully and contains a valid
Original file line number Diff line number Diff line change @@ -832,7 +832,13 @@ var _ = framework.KubeDescribe("Pods", func() {
832
832
833
833
})
834
834
835
- ginkgo .It ("should delete a collection of pods" , func () {
835
+ /*
836
+ Release : v1.19
837
+ Testname: Pods, delete a collection
838
+ Description: A set of pods is created with a label selector which MUST be found when listed.
839
+ The set of pods is deleted and MUST NOT show up when listed by its label selector.
840
+ */
841
+ framework .ConformanceIt ("should delete a collection of pods" , func () {
836
842
podTestNames := []string {"test-pod-1" , "test-pod-2" , "test-pod-3" }
837
843
838
844
zero := int64 (0 )
You can’t perform that action at this time.
0 commit comments