mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-03 04:16:42 +00:00
rbd: Add failing test when no features are provided
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com> (cherry picked from commit f193ebfbb1a613088ee7b2d7a3f748ed81051d7b)
This commit is contained in:
parent
f11722a472
commit
f476a376f7
@ -51,6 +51,14 @@ func TestValidateImageFeatures(t *testing.T) {
|
||||
isErr bool
|
||||
errMsg string
|
||||
}{
|
||||
{
|
||||
"",
|
||||
&rbdVolume{
|
||||
Mounter: rbdDefaultMounter,
|
||||
},
|
||||
false,
|
||||
"",
|
||||
},
|
||||
{
|
||||
"layering",
|
||||
&rbdVolume{
|
||||
|
Loading…
x
Reference in New Issue
Block a user