os-brick/os_brick/tests
hamalq 12d252db9c Fix "Remove VxFlex OS credentials" regression
Change Ia1d2b2151e5676037d40bfaf388b54023fc37093 uses a ConfigParser
instance in a way that is incompatible with python 2.7, resulting in
a "ConfigParser instance has no attribute '__getitem__'" error.  This
patch accesses the ConfigParser using the "old" API that works in both
Python 2.7 and Python 3 and adds some tests.

Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>

Change-Id: Ie2db587c3bc379acd53cfd449788d171ae58dec5
Closes-Bug: 1883654
2020-06-17 12:00:19 -04:00
..
encryptors Skip cryptsetup password quality checking 2020-02-13 14:12:39 +00:00
initiator Remove VxFlex OS credentials from connection_properties 2020-06-03 10:31:43 +03:00
local_dev Provide setting to ignore lvm descriptor leak warnings 2019-05-07 21:53:37 +00:00
privileged Fix "Remove VxFlex OS credentials" regression 2020-06-17 12:00:19 -04:00
remotefs Read mounts from /proc/mounts instead of running mount 2020-02-24 19:13:14 -05:00
windows Windows SMBFS: fix using share subdirs 2018-11-27 10:19:07 +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