@@ -41,21 +41,21 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
41
41
42
42
f := framework .NewDefaultFramework ("volumeattachment" )
43
43
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
- */
57
44
ginkgo .Describe ("Conformance" , func () {
58
45
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
+ */
59
59
framework .ConformanceIt ("should run through the lifecycle of a VolumeAttachment" , func (ctx context.Context ) {
60
60
61
61
vaClient := f .ClientSet .StorageV1 ().VolumeAttachments ()
0 commit comments