Skip to content

Commit bb3b6c8

Browse files
authored
Merge pull request kubernetes#126828 from ii/fix-volume-attachment-metadata
Realign conformance metadata
2 parents 39b57c0 + 7330af3 commit bb3b6c8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/e2e/storage/volume_attachment.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
4141

4242
f := framework.NewDefaultFramework("volumeattachment")
4343

44-
/*
45-
Release: v1.30
46-
Testname: VolumeAttachment, lifecycle
47-
Description: Creating an initial VolumeAttachment MUST succeed. Reading the VolumeAttachment
48-
MUST succeed with with required name retrieved. Patching a VolumeAttachment MUST
49-
succeed with its new label found. Listing VolumeAttachment with a labelSelector
50-
MUST succeed with a single item retrieved. Deleting a VolumeAttachment MUST succeed
51-
and it MUST be confirmed. Creating a second VolumeAttachment MUST succeed. Updating
52-
the second VolumentAttachment with a new label MUST succeed with its new label
53-
found. Creating a third VolumeAttachment MUST succeed. Updating the third VolumentAttachment
54-
with a new label MUST succeed with its new label found. Deleting both VolumeAttachments
55-
via deleteCollection MUST succeed and it MUST be confirmed.
56-
*/
5744
ginkgo.Describe("Conformance", func() {
5845

46+
/*
47+
Release: v1.30
48+
Testname: VolumeAttachment, lifecycle
49+
Description: Creating an initial VolumeAttachment MUST succeed. Reading the VolumeAttachment
50+
MUST succeed with with required name retrieved. Patching a VolumeAttachment MUST
51+
succeed with its new label found. Listing VolumeAttachment with a labelSelector
52+
MUST succeed with a single item retrieved. Deleting a VolumeAttachment MUST succeed
53+
and it MUST be confirmed. Creating a second VolumeAttachment MUST succeed. Updating
54+
the second VolumentAttachment with a new label MUST succeed with its new label
55+
found. Creating a third VolumeAttachment MUST succeed. Updating the third VolumentAttachment
56+
with a new label MUST succeed with its new label found. Deleting both VolumeAttachments
57+
via deleteCollection MUST succeed and it MUST be confirmed.
58+
*/
5959
framework.ConformanceIt("should run through the lifecycle of a VolumeAttachment", func(ctx context.Context) {
6060

6161
vaClient := f.ClientSet.StorageV1().VolumeAttachments()

0 commit comments

Comments
 (0)