os-brick/os_brick/tests/initiator
Avishay Traeger 9b729ef0e7 Handle multiple errors in multipath -l parsing
The current code in linuxscsi.py handles the case where there is one
error in the output of "multipath -l", but when there are multiple
errors there is an empty line between error messages. The code filters
out the error lines but not the empty lines, and so it then looks for
the device name in an empty line and so it fails to parse it.

Closes-Bug: #1778468
Change-Id: I7a5bdf285a74e045ce7d11df5e8c0921d3447106
2018-06-25 10:43:14 +03:00
..
connectors Include "nqn." in subsystem name 2018-04-17 14:21:42 +03:00
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
test_connector.py add a getter for connector mapping 2018-04-11 15:58:16 -03:00
test_host_driver.py Fix race in check and access of /dev/disk/by-path/ 2015-07-28 18:30:06 +02:00
test_linuxfc.py FC fix for scanning only connected HBA's 2018-06-01 18:23:09 -07:00
test_linuxrbd.py Merge "Add attribute 'name' to class RBDVolume." 2017-10-10 03:41:31 +00:00
test_linuxscsi.py Handle multiple errors in multipath -l parsing 2018-06-25 10:43:14 +03:00
test_linuxsheepdog.py Add sheepdog support 2016-02-19 04:57:12 +00:00