mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
Promote: ConfigMap Lifecycle test
This commit is contained in:
parent
a463b25c9d
commit
0b6994e85d
@ -168,6 +168,12 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() {
|
|||||||
framework.ExpectEqual(configMapFromUpdate.Data, configMap.Data)
|
framework.ExpectEqual(configMapFromUpdate.Data, configMap.Data)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
/*
|
||||||
|
Release : v1.18
|
||||||
|
Testname: ConfigMap lifecycle
|
||||||
|
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.
|
||||||
|
*/
|
||||||
ginkgo.It("should run through a ConfigMap lifecycle", func() {
|
ginkgo.It("should run through a ConfigMap lifecycle", func() {
|
||||||
testNamespaceName := f.Namespace.Name
|
testNamespaceName := f.Namespace.Name
|
||||||
testConfigMapName := "test-configmap" + string(uuid.NewUUID())
|
testConfigMapName := "test-configmap" + string(uuid.NewUUID())
|
||||||
|
Loading…
Reference in New Issue
Block a user