Skip to content

Commit 0b6994e

Browse files
committed
Promote: ConfigMap Lifecycle test
1 parent a463b25 commit 0b6994e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/e2e/common/configmap.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() {
168168
framework.ExpectEqual(configMapFromUpdate.Data, configMap.Data)
169169
})
170170

171+
/*
172+
Release : v1.18
173+
Testname: ConfigMap lifecycle
174+
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
175+
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.
176+
*/
171177
ginkgo.It("should run through a ConfigMap lifecycle", func() {
172178
testNamespaceName := f.Namespace.Name
173179
testConfigMapName := "test-configmap" + string(uuid.NewUUID())

0 commit comments

Comments
 (0)