const TestIface … func TestExtractDeviceAndPrefix(t *testing.T) { … } func TestExtractIface(t *testing.T) { … } func TestExtractPortalAndIqn(t *testing.T) { … } func TestRemoveDuplicate(t *testing.T) { … } func fakeOsStat(devicePath string) (fi os.FileInfo, err error) { … } func fakeFilepathGlob(devicePath string) (globs []string, err error) { … } func fakeFilepathGlob2(devicePath string) (globs []string, err error) { … } func TestExtractTransportname(t *testing.T) { … } func TestWaitForPathToExist(t *testing.T) { … } func TestParseIscsiadmShow(t *testing.T) { … } func TestClonedIface(t *testing.T) { … } func TestClonedIfaceShowError(t *testing.T) { … } func TestClonedIfaceUpdateError(t *testing.T) { … } func TestGetVolCount(t *testing.T) { … } func createFakePluginDirs() (string, error) { … }