Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAttacherWithCSIDriver (0.16 sec)

  1. pkg/volume/csi/csi_attacher_test.go

    					Message: "attacher error",
    				}
    			} else {
    				status.Attached = true
    			}
    			markVolumeAttached(t, csiAttacher.k8s, nil, tc.attachID, status)
    			wg.Wait()
    		})
    	}
    }
    
    func TestAttacherWithCSIDriver(t *testing.T) {
    	tests := []struct {
    		name                   string
    		driver                 string
    		expectVolumeAttachment bool
    		watchTimeout           time.Duration
    	}{
    		{
    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