Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakeFilepathGlob (0.26 sec)

  1. pkg/volume/iscsi/iscsi_util_test.go

    	}
    
    	exist = waitForPathToExistInternal(&devicePath[1], 1, "fake_iface", os.Stat, fakeFilepathGlob)
    	if exist == false {
    		t.Errorf("waitForPathToExist: could not find path %s", devicePath[1])
    	}
    	exist = waitForPathToExistInternal(&devicePath[1], 1, "tcp", os.Stat, fakeFilepathGlob)
    	if exist != false {
    		t.Errorf("waitForPathToExist: wrong code path called for %s", devicePath[1])
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 18 09:43:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
Back to top