Use ginkgo test suite to test all mounters
This commit is contained in:
parent
0bd6f9b7cc
commit
093c5bf500
3 changed files with 122 additions and 36 deletions
pkg/s3
|
@ -78,7 +78,7 @@ func (cs *controllerServer) CreateVolume(ctx context.Context, req *csi.CreateVol
|
|||
return &csi.CreateVolumeResponse{
|
||||
Volume: &csi.Volume{
|
||||
Id: volumeID,
|
||||
CapacityBytes: 0,
|
||||
CapacityBytes: 1,
|
||||
Attributes: req.GetParameters(),
|
||||
},
|
||||
}, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue