Skip to content

Commit c33e3bd

Browse files
committed
Fix conformance testdata
1 parent 947584d commit c33e3bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,13 +1234,13 @@
12341234
StorageClass or a dynamic provisioner.
12351235
release: v1.9
12361236
file: test/e2e/apps/statefulset.go
1237-
- testname: ConfigMap lifecycle
1237+
- testname: PodTemplate lifecycle
12381238
codename: '[sig-architecture] PodTemplates should run the lifecycle of PodTemplates
12391239
[Conformance]'
1240-
description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching
1241-
the ConfigMap MUST reflect changes. By fetching all the ConfigMaps via a Label
1242-
selector it MUST find the ConfigMap by it's static label and updated value. The
1243-
ConfigMap must be deleted by Collection.
1240+
description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching
1241+
the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label
1242+
selector it MUST find the PodTemplate by it's static label and updated value.
1243+
The PodTemplate must be deleted.
12441244
release: v1.18
12451245
file: test/e2e/common/podtemplates.go
12461246
- testname: Service account tokens auto mount optionally

0 commit comments

Comments
 (0)