Skip to content

Commit b20856e

Browse files
committed
Add conformance testdata
1 parent b4ee99c commit b20856e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,14 @@
18511851
fail.
18521852
release: v1.14
18531853
file: test/e2e/common/configmap.go
1854+
- testname: ConfigMap lifecycle
1855+
codename: '[sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]'
1856+
description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching
1857+
the ConfigMap MUST reflect changes. By fetching all the ConfigMaps via a Label
1858+
selector it MUST find the ConfigMap by it's static label and updated value. The
1859+
ConfigMap must be deleted by Collection.
1860+
release: v1.18
1861+
file: test/e2e/common/configmap.go
18541862
- testname: DownwardAPI, environment for CPU and memory limits and requests
18551863
codename: '[sig-node] Downward API should provide container''s limits.cpu/memory
18561864
and requests.cpu/memory as env vars [NodeConformance] [Conformance]'

0 commit comments

Comments
 (0)