os-brick/os_brick/tests
yuyafei b291c2bbd4 Get the right portal from output of iscsiadm command
The output of iscsiadm command:
# iscsiadm -m discovery -t sendtargets -I default -p 172.168.101.36:3260
172.168.101.36:3260,129 iqn.2099-01.cn.com.zte:usp.spr11-4c:09:b4:b0:55:91
and we get ips is "172.168.101.36:3260,129", but we want
"172.168.101.36:3260".

Change-Id: Ie31fc43483da97e1351232f5aa19907617ee558a
Co-Authored-By: Bin Zhou <zhou.bin9@zte.com.cn>
Closes-Bug: #1705674
2017-07-22 01:53:41 +00:00
..
encryptors encryptors: Delay removal of legacy provider names 2017-05-16 08:27:12 +00:00
initiator Get the right portal from output of iscsiadm command 2017-07-22 01:53:41 +00:00
local_dev Using assertIsNone(x) instead of assertEqual(None, x) 2017-03-23 10:57:37 +08:00
privileged Refactor iSCSI connect 2017-06-16 16:09:35 +02:00
remotefs Move vzstorage related code out of RemoteFsClient 2017-03-30 13:53:10 +03:00
windows Refactor iSCSI disconnect 2017-05-31 15:31:20 +02:00
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
base.py Merge "Replace assertDictMatch with assertDictEqual" 2016-12-22 17:24:10 +00:00
test_brick.py Removes unnecessary utf-8 encoding 2016-12-22 10:24:40 +07:00
test_exception.py Use six.text_type instead of unicode 2015-04-03 10:22:45 +03:00
test_executor.py iSCSI multipath: improve logging on connect 2017-06-26 20:31:59 +02:00
test_utils.py Mask passwords in utils.trace for func params 2016-11-08 12:55:46 -05:00