os-brick/os_brick/tests/windows
Lucian Petrut d5c3f3a7f6 Windows SMBFS: fix using share subdirs
When using Scale-Out File Server SMB shares, we have to use the local
share paths instead of the UNC paths if the host is part of the
cluster.

There's an os-win method that allows fetching the shared path but
it expects the share name, while we're passing subdirs as well,
for which reason it fails.

We'll have to make sure we're passing the share name only, appending
the subdir afterwards.

Closes-Bug: #1805341

Change-Id: I47d7e7afefe050cd4b25435cfcfc3e8963bd04bc
2018-11-27 10:19:07 +02:00
..
__init__.py Add Windows iSCSI connector 2016-06-22 10:45:48 -07:00
fake_win_conn.py Refactor iSCSI disconnect 2017-05-31 15:31:20 +02:00
test_base.py Add Windows iSCSI connector 2016-06-22 10:45:48 -07:00
test_base_connector.py Add Windows iSCSI connector 2016-06-22 10:45:48 -07:00
test_factory.py Add Windows Fibre Channel connector 2016-08-04 23:12:09 +03:00
test_fibre_channel.py Windows FC: fix disk scan issues 2018-02-20 15:40:57 +00:00
test_iscsi.py Windows iSCSI: ensure disks are claimed by MPIO 2018-03-19 10:46:53 +00:00
test_smbfs.py Windows SMBFS: fix using share subdirs 2018-11-27 10:19:07 +02:00