File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import (
33
33
gce "sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/gce-cloud-provider/compute"
34
34
metadataservice "sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/gce-cloud-provider/metadata"
35
35
driver "sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/gce-pd-csi-driver"
36
+ "sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/linkcache"
36
37
mountmanager "sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/mount-manager"
37
38
)
38
39
@@ -77,6 +78,7 @@ func TestSanity(t *testing.T) {
77
78
EnableDeviceInUseCheck : true ,
78
79
DeviceInUseTimeout : 0 ,
79
80
EnableDataCache : enableDataCache ,
81
+ DeviceCache : linkcache .TestDeviceCache (1 * time .Minute , linkcache .TestNodeWithVolumes ([]string {})),
80
82
}
81
83
82
84
// Initialize GCE Driver
You can’t perform that action at this time.
0 commit comments