fix-static:pkg/volume/scaleio/

This commit is contained in:
Aresforchina 2020-01-14 15:29:13 +08:00
parent 9269b5d430
commit 514bdbedac
2 changed files with 3 additions and 5 deletions

View File

@ -40,7 +40,6 @@ pkg/volume/local
pkg/volume/portworx
pkg/volume/quobyte
pkg/volume/rbd
pkg/volume/scaleio
pkg/volume/storageos
pkg/volume/util
pkg/volume/util/fsquota

View File

@ -26,10 +26,9 @@ import (
)
var (
fakeSdcID = "test-sdc-123456789"
fakeVolumeName = "test-vol-0001"
fakeVolumeID = "1234567890"
fakeDev = "/dev/testABC"
fakeSdcID = "test-sdc-123456789"
fakeVolumeID = "1234567890"
fakeDev = "/dev/testABC"
fakeConfig = map[string]string{
confKey.gateway: "http://sio.gateway:1234",