Add conformance testdata

This commit is contained in:
Caleb Woodbine 2020-02-27 14:43:52 +13:00
parent b4ee99c465
commit b20856e5bb

View File

@ -1851,6 +1851,14 @@
fail. fail.
release: v1.14 release: v1.14
file: test/e2e/common/configmap.go file: test/e2e/common/configmap.go
- testname: ConfigMap lifecycle
codename: '[sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]'
description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching
the ConfigMap MUST reflect changes. By fetching all the ConfigMaps via a Label
selector it MUST find the ConfigMap by it's static label and updated value. The
ConfigMap must be deleted by Collection.
release: v1.18
file: test/e2e/common/configmap.go
- testname: DownwardAPI, environment for CPU and memory limits and requests - testname: DownwardAPI, environment for CPU and memory limits and requests
codename: '[sig-node] Downward API should provide container''s limits.cpu/memory codename: '[sig-node] Downward API should provide container''s limits.cpu/memory
and requests.cpu/memory as env vars [NodeConformance] [Conformance]' and requests.cpu/memory as env vars [NodeConformance] [Conformance]'