diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index fa8a3127662..21678de6a92 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -1234,15 +1234,6 @@ StorageClass or a dynamic provisioner. release: v1.9 file: test/e2e/apps/statefulset.go -- testname: PodTemplate lifecycle - codename: '[sig-architecture] PodTemplates should run the lifecycle of PodTemplates - [Conformance]' - description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching - the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label - selector it MUST find the PodTemplate by it's static label and updated value. - The PodTemplate must be deleted. - release: v1.19 - file: test/e2e/common/podtemplates.go - testname: Service account tokens auto mount optionally codename: '[sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]' description: Ensure that Service Account keys are mounted into the Pod only when @@ -1695,6 +1686,14 @@ visible at runtime in the container. release: v1.9 file: test/e2e/common/downward_api.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 + the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label + selector it MUST find the PodTemplate by it's static label and updated value. + The PodTemplate must be deleted. + release: v1.19 + file: test/e2e/common/podtemplates.go - testname: LimitRange, resources codename: '[sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance]'