From 60828f36f89f9998c9928cba04c35d844019931b Mon Sep 17 00:00:00 2001 From: wojtekt Date: Wed, 30 Dec 2020 16:56:08 +0100 Subject: [PATCH] Update conformance tests list --- test/conformance/testdata/conformance.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index af99cf94677..a6a728b4669 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -2162,6 +2162,16 @@ The content MUST be accessible from all the mapped volume mounts. release: v1.9 file: test/e2e/common/configmap_volume.go +- testname: ConfigMap Volume, immutability + codename: '[sig-storage] ConfigMap should be immutable if `immutable` field is set + [Conformance]' + description: Create a ConfigMap. Update it's data field, the update MUST succeed. + Mark the ConfigMap as immutable, the update MUST succeed. Try to update its data, + the update MUST fail. Try to mark the ConfigMap back as not immutable, the update + MUST fail. Try to update the ConfigMap`s metadata (labels), the update must succeed. + Try to delete the ConfigMap, the deletion must succeed. + release: v1.21 + file: test/e2e/common/configmap_volume.go - testname: ConfigMap Volume, update codename: '[sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]' @@ -2771,6 +2781,16 @@ the secret from the both the mounted volumes from the two specified custom paths. release: v1.9 file: test/e2e/common/secrets_volume.go +- testname: Secrets Volume, immutability + codename: '[sig-storage] Secrets should be immutable if `immutable` field is set + [Conformance]' + description: Create a secret. Update it's data field, the update MUST succeed. Mark + the secret as immutable, the update MUST succeed. Try to update its data, the + update MUST fail. Try to mark the secret back as not immutable, the update MUST + fail. Try to update the secret`s metadata (labels), the update must succeed. Try + to delete the secret, the deletion must succeed. + release: v1.21 + file: test/e2e/common/secrets_volume.go - testname: 'SubPath: Reading content from a configmap volume.' codename: '[sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [LinuxOnly] [Conformance]'