Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAttacherMountDevice (0.3 sec)

  1. pkg/volume/csi/csi_attacher_test.go

    			} else if mountPath != expectedMountPath {
    				t.Errorf("mountPath does not equal expectedMountPath. Got: %s. Expected: %s", mountPath, expectedMountPath)
    			}
    		}
    	}
    }
    
    func TestAttacherMountDevice(t *testing.T) {
    	pvName := "test-pv"
    	var testFSGroup int64 = 3000
    	nonFinalError := volumetypes.NewUncertainProgressError("")
    	transientError := volumetypes.NewTransientOperationFailure("")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
Back to top