Skip to content

Commit 2c8ef3b

Browse files
authored
Merge pull request kubernetes#89196 from YuikoTakada/fix_non_aschii_pkg_volume_iscsi
Fix non-ascii characters in pkg/volume/iscsi/iscsi_util_test.go
2 parents bd07a40 + 558e8bb commit 2c8ef3b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkg/volume/iscsi/iscsi_util_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -353,14 +353,14 @@ func TestClonedIfaceUpdateError(t *testing.T) {
353353
func TestGetVolCount(t *testing.T) {
354354
// This will create a dir structure like this:
355355
// /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
364364

365365
baseDir, err := createFakePluginDirs()
366366
if err != nil {

0 commit comments

Comments
 (0)