Merge pull request #90941 from ii/ii-promote-configmap-lifecycle

Promote: ConfigMap Lifecycle test - +2 conformance endpoint coverage
This commit is contained in:
Kubernetes Prow Robot
2020-07-15 15:28:48 -07:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -1843,6 +1843,14 @@
fail.
release: v1.14
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.19
file: test/e2e/common/configmap.go
- testname: DownwardAPI, environment for CPU and memory limits and requests
codename: '[sig-node] Downward API should provide container''s limits.cpu/memory
and requests.cpu/memory as env vars [NodeConformance] [Conformance]'