Promote: PodTemplate delete a collection test

This commit is contained in:
Stephen Heywood
2020-07-03 00:02:58 +00:00
parent f38ce5725a
commit 0da98ad96f
2 changed files with 14 additions and 1 deletions

View File

@@ -1888,6 +1888,13 @@
visible at runtime in the container.
release: v1.9
file: test/e2e/common/downward_api.go
- testname: PodTemplate, delete a collection
codename: '[sig-node] PodTemplates should delete a collection of pod templates [Conformance]'
description: A set of Pod Templates is created with a label selector which MUST
be found when listed. The set of Pod Templates is deleted and MUST NOT show up
when listed by its label selector.
release: v1.19
file: test/e2e/common/podtemplates.go
- testname: PodTemplate lifecycle
codename: '[sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]'
description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching