Use ginkgo test suite to test all mounters

This commit is contained in:
Cyrill Troxler 2018-07-19 22:04:36 +02:00
parent 0bd6f9b7cc
commit 093c5bf500
3 changed files with 122 additions and 36 deletions

View file

@ -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