mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-09 17:45:35 +00:00
fix: realign conformance metadata
This commit is contained in:
@@ -39,6 +39,8 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
|
||||
|
||||
f := framework.NewDefaultFramework("volumeattachment")
|
||||
|
||||
ginkgo.Describe("Conformance", func() {
|
||||
|
||||
/*
|
||||
Release: v1.30
|
||||
Testname: VolumeAttachment, lifecycle
|
||||
@@ -52,8 +54,6 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
|
||||
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() {
|
||||
|
||||
framework.ConformanceIt("should run through the lifecycle of a VolumeAttachment", func(ctx context.Context) {
|
||||
|
||||
vaClient := f.ClientSet.StorageV1().VolumeAttachments()
|
||||
|
||||
Reference in New Issue
Block a user