File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -353,14 +353,14 @@ func TestClonedIfaceUpdateError(t *testing.T) {
353
353
func TestGetVolCount (t * testing.T ) {
354
354
// This will create a dir structure like this:
355
355
// /tmp/refcounter555814673
356
- // ├── iface-127.0.0.1:3260:pv1
357
- // │ └── 127.0.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-3
358
- // └── iface-127.0.0.1:3260:pv2
359
- // │ ├── 127.0.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-2
360
- // │ └── 192.168.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-1
361
- // └── volumeDevices
362
- // └── 192.168.0.2:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-4
363
- // └── 192.168.0.3:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-5
356
+ // +-- iface-127.0.0.1:3260:pv1
357
+ // | +-- 127.0.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-3
358
+ // +-- iface-127.0.0.1:3260:pv2
359
+ // | +-- 127.0.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-2
360
+ // | +-- 192.168.0.1:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-1
361
+ // +-- volumeDevices
362
+ // +-- 192.168.0.2:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-4
363
+ // +-- 192.168.0.3:3260-iqn.2003-01.io.k8s:e2e.volume-1-lun-5
364
364
365
365
baseDir , err := createFakePluginDirs ()
366
366
if err != nil {
You can’t perform that action at this time.
0 commit comments