You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list is at least:
"should fail when no volume capabilities are provided",
"should return appropriate values",
"should fail when the node does not exist",
"should remove target path",
"should fail when no volume capability is provided",
"should be idempotent",
"should work",
There may be more, but I also have to skip all the "volume does not exist" because the volume may always exist in this driver, so I might not have a complete set.
The text was updated successfully, but these errors were encountered:
joejulian
changed the title
ValidateVolumeCapabilities [It] should fail when no volume capabilities are provided requires CreateVolume capability
Several tests require CreateVolume capability
Nov 1, 2024
I'm writing a CSI driver that does not have the CreateVolume capability. This test fails because it tries to CreateVolume before testing anything.
The list is at least:
"should fail when no volume capabilities are provided",
"should return appropriate values",
"should fail when the node does not exist",
"should remove target path",
"should fail when no volume capability is provided",
"should be idempotent",
"should work",
There may be more, but I also have to skip all the "volume does not exist" because the volume may always exist in this driver, so I might not have a complete set.
The text was updated successfully, but these errors were encountered: