From 7330af3a0d0790bdeada8c7947fd8d1cb7b94c26 Mon Sep 17 00:00:00 2001 From: Stephen Heywood Date: Wed, 31 Jul 2024 09:49:49 +1200 Subject: [PATCH] fix: realign conformance metadata --- test/e2e/storage/volume_attachment.go | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/test/e2e/storage/volume_attachment.go b/test/e2e/storage/volume_attachment.go index cbfa9610e5b..3a4c2e41376 100644 --- a/test/e2e/storage/volume_attachment.go +++ b/test/e2e/storage/volume_attachment.go @@ -39,21 +39,21 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() { f := framework.NewDefaultFramework("volumeattachment") - /* - Release: v1.30 - Testname: VolumeAttachment, lifecycle - Description: Creating an initial VolumeAttachment MUST succeed. Reading the VolumeAttachment - MUST succeed with with required name retrieved. Patching a VolumeAttachment MUST - succeed with its new label found. Listing VolumeAttachment with a labelSelector - MUST succeed with a single item retrieved. Deleting a VolumeAttachment MUST succeed - and it MUST be confirmed. Creating a second VolumeAttachment MUST succeed. Updating - the second VolumentAttachment with a new label MUST succeed with its new label - found. Creating a third VolumeAttachment MUST succeed. Updating the third VolumentAttachment - with a new label MUST succeed with its new label found. Deleting both VolumeAttachments - via deleteCollection MUST succeed and it MUST be confirmed. - */ ginkgo.Describe("Conformance", func() { + /* + Release: v1.30 + Testname: VolumeAttachment, lifecycle + Description: Creating an initial VolumeAttachment MUST succeed. Reading the VolumeAttachment + MUST succeed with with required name retrieved. Patching a VolumeAttachment MUST + succeed with its new label found. Listing VolumeAttachment with a labelSelector + MUST succeed with a single item retrieved. Deleting a VolumeAttachment MUST succeed + and it MUST be confirmed. Creating a second VolumeAttachment MUST succeed. Updating + the second VolumentAttachment with a new label MUST succeed with its new label + found. Creating a third VolumeAttachment MUST succeed. Updating the third VolumentAttachment + with a new label MUST succeed with its new label found. Deleting both VolumeAttachments + via deleteCollection MUST succeed and it MUST be confirmed. + */ framework.ConformanceIt("should run through the lifecycle of a VolumeAttachment", func(ctx context.Context) { vaClient := f.ClientSet.StorageV1().VolumeAttachments()