mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 09:47:06 +00:00
Merge pull request #126828 from ii/fix-volume-attachment-metadata
Realign conformance metadata
This commit is contained in:
@@ -41,6 +41,8 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
|
|||||||
|
|
||||||
f := framework.NewDefaultFramework("volumeattachment")
|
f := framework.NewDefaultFramework("volumeattachment")
|
||||||
|
|
||||||
|
ginkgo.Describe("Conformance", func() {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Release: v1.30
|
Release: v1.30
|
||||||
Testname: VolumeAttachment, lifecycle
|
Testname: VolumeAttachment, lifecycle
|
||||||
@@ -54,8 +56,6 @@ var _ = utils.SIGDescribe("VolumeAttachment", func() {
|
|||||||
with a new label MUST succeed with its new label found. Deleting both VolumeAttachments
|
with a new label MUST succeed with its new label found. Deleting both VolumeAttachments
|
||||||
via deleteCollection MUST succeed and it MUST be confirmed.
|
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) {
|
framework.ConformanceIt("should run through the lifecycle of a VolumeAttachment", func(ctx context.Context) {
|
||||||
|
|
||||||
vaClient := f.ClientSet.StorageV1().VolumeAttachments()
|
vaClient := f.ClientSet.StorageV1().VolumeAttachments()
|
||||||
|
Reference in New Issue
Block a user