var testDriver … var testVol … var testns … var testPod … var testPodUID … var testAccount … func prepareVolumeInfoFile(mountPath string, plug *csiPlugin, specVolumeName, volumeID, driverName, lifecycleMode, seLinuxMountContext string) error { … } func TestMounterGetPath(t *testing.T) { … } func TestMounterSetUp(t *testing.T) { … } func TestMounterSetUpSimple(t *testing.T) { … } func TestMounterSetupWithStatusTracking(t *testing.T) { … } func TestMounterSetUpWithInline(t *testing.T) { … } func TestMounterSetUpWithFSGroup(t *testing.T) { … } func TestUnmounterTeardown(t *testing.T) { … } func TestUnmounterTeardownNoClientError(t *testing.T) { … } func TestIsCorruptedDir(t *testing.T) { … } func TestPodServiceAccountTokenAttrs(t *testing.T) { … } func Test_csiMountMgr_supportsFSGroup(t *testing.T) { … } func TestMounterGetFSGroupPolicy(t *testing.T) { … }