os-brick/os_brick/tests
Avishay Traeger e00ce84629 Fix race in check and access of /dev/disk/by-path/
If udev deletes the directory between the check and access then we have
an exception thrown. Instead of checking, just list the directory and
handle the exception in case it doesn't exist.

Co-Authored-By: Jordan Pittier <jordan.pittier@scality.com>
Change-Id: I52143923d2407b3d43eccf5d3c51526a92d1e3c5
Closes-Bug: 1478473
2015-07-28 18:30:06 +02:00
..
initiator Fix race in check and access of /dev/disk/by-path/ 2015-07-28 18:30:06 +02:00
remotefs remotefs: add virtuozzo storage support 2015-07-20 22:01:20 +03:00
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
base.py Added ABCMeta class to the InitiatorConnector 2015-07-08 10:57:33 -07:00
test_brick.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
test_exception.py Use six.text_type instead of unicode 2015-04-03 10:22:45 +03:00
test_utils.py update os-brick to pass python3 tests 2015-06-30 15:35:06 -07:00