Fix conformance testdata

This commit is contained in:
Caleb Woodbine 2020-03-02 14:17:24 +13:00
parent 947584d3b4
commit c33e3bdc28

View File

@ -1234,13 +1234,13 @@
StorageClass or a dynamic provisioner. StorageClass or a dynamic provisioner.
release: v1.9 release: v1.9
file: test/e2e/apps/statefulset.go file: test/e2e/apps/statefulset.go
- testname: ConfigMap lifecycle - testname: PodTemplate lifecycle
codename: '[sig-architecture] PodTemplates should run the lifecycle of PodTemplates codename: '[sig-architecture] PodTemplates should run the lifecycle of PodTemplates
[Conformance]' [Conformance]'
description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching
the ConfigMap MUST reflect changes. By fetching all the ConfigMaps via a Label the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label
selector it MUST find the ConfigMap by it's static label and updated value. The selector it MUST find the PodTemplate by it's static label and updated value.
ConfigMap must be deleted by Collection. The PodTemplate must be deleted.
release: v1.18 release: v1.18
file: test/e2e/common/podtemplates.go file: test/e2e/common/podtemplates.go
- testname: Service account tokens auto mount optionally - testname: Service account tokens auto mount optionally