mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
rbd: Add failing test when no features are provided
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
This commit is contained in:
committed by
mergify[bot]
parent
924a5ab949
commit
f193ebfbb1
@ -51,6 +51,14 @@ func TestValidateImageFeatures(t *testing.T) {
|
|||||||
isErr bool
|
isErr bool
|
||||||
errMsg string
|
errMsg string
|
||||||
}{
|
}{
|
||||||
|
{
|
||||||
|
"",
|
||||||
|
&rbdVolume{
|
||||||
|
Mounter: rbdDefaultMounter,
|
||||||
|
},
|
||||||
|
false,
|
||||||
|
"",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"layering",
|
"layering",
|
||||||
&rbdVolume{
|
&rbdVolume{
|
||||||
|
Reference in New Issue
Block a user