func TestMain(m *testing.M) { … }
func makeTestPVWithMountOptions(name string, sizeGig int, driverName, volID string, mountOptions []string) *api.PersistentVolume { … }
func makeTestPV(name string, sizeGig int, driverName, volID string) *api.PersistentVolume { … }
func makeTestVol(name string, driverName string) *api.Volume { … }
func getTestCSIDriver(name string, podInfoMount *bool, attachable *bool, volumeLifecycleModes []storagev1.VolumeLifecycleMode) *storagev1.CSIDriver { … }
func TestSaveVolumeData(t *testing.T) { … }
func TestCreateCSIOperationContext(t *testing.T) { … }