From ce97b499652fd8f0443bcee4371646e09023b4c8 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 1 Apr 2020 12:54:09 +1300 Subject: [PATCH] Update conformance metadata --- test/conformance/testdata/conformance.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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]'