Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAttacherGetDeviceMountPath (0.86 sec)

  1. pkg/volume/csi/csi_attacher_test.go

    					t.Fatalf("unexpected err: %v", err)
    				}
    			} else {
    				if attach == nil {
    					t.Errorf("expecting attachment not to be nil, but it is")
    				}
    			}
    		})
    	}
    }
    
    func TestAttacherGetDeviceMountPath(t *testing.T) {
    	// Setup
    	// Create a new attacher
    	fakeClient := fakeclient.NewSimpleClientset()
    	plug, tmpDir := newTestPlugin(t, fakeClient)
    	defer os.RemoveAll(tmpDir)
    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