Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for this_path_should_not_exist (0.14 sec)

  1. pkg/volume/iscsi/iscsi_util_test.go

    			portal:  "192.168.0.2:3260",
    			iqn:     "iqn.2003-01.io.k8s:e2e.volume-1-lun-4",
    			count:   1,
    		},
    		{
    			name:    "nonexistent path",
    			baseDir: filepath.Join(baseDir, "this_path_should_not_exist"),
    			portal:  "127.0.0.1:3260",
    			iqn:     "iqn.2003-01.io.k8s:e2e.unknown",
    			count:   0,
    		},
    	}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    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