File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 3592
3592
was configured with a subpath.
3593
3593
release : v1.12
3594
3594
file : test/e2e/storage/subpath.go
3595
+ - testname : VolumeAttachment, apply changes to a volumeattachment status
3596
+ codename : ' [sig-storage] VolumeAttachment Conformance should apply changes to a
3597
+ volumeattachment status [Conformance]'
3598
+ description : Creating an initial VolumeAttachment MUST succeed. Patching a VolumeAttachment
3599
+ MUST succeed with its new label found. Reading VolumeAttachment status MUST succeed
3600
+ with its attached status being false. Patching the VolumeAttachment status MUST
3601
+ succeed with its attached status being true. Updating the VolumeAttachment status
3602
+ MUST succeed with its attached status being false. Deleting a VolumeAttachment
3603
+ MUST succeed and it MUST be confirmed.
3604
+ release : v1.32
3605
+ file : test/e2e/storage/volume_attachment.go
3595
3606
- testname : VolumeAttachment, lifecycle
3596
3607
codename : ' [sig-storage] VolumeAttachment Conformance should run through the lifecycle
3597
3608
of a VolumeAttachment [Conformance]'
Original file line number Diff line number Diff line change @@ -167,7 +167,17 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
167
167
framework .ExpectNoError (err , "Timeout while waiting to confirm deletion of all VolumeAttachments" )
168
168
})
169
169
170
- ginkgo .It ("should apply changes to a volumeattachment status" , func (ctx context.Context ) {
170
+ /*
171
+ Release: v1.32
172
+ Testname: VolumeAttachment, apply changes to a volumeattachment status
173
+ Description: Creating an initial VolumeAttachment MUST succeed. Patching a VolumeAttachment
174
+ MUST succeed with its new label found. Reading VolumeAttachment status MUST succeed
175
+ with its attached status being false. Patching the VolumeAttachment status MUST
176
+ succeed with its attached status being true. Updating the VolumeAttachment status
177
+ MUST succeed with its attached status being false. Deleting a VolumeAttachment
178
+ MUST succeed and it MUST be confirmed.
179
+ */
180
+ framework .ConformanceIt ("should apply changes to a volumeattachment status" , func (ctx context.Context ) {
171
181
172
182
vaClient := f .ClientSet .StorageV1 ().VolumeAttachments ()
173
183
You can’t perform that action at this time.
0 commit comments