os-brick/os_brick/tests/initiator
hamalq f4019f7831 Fix "Remove VxFlex OS credentials" regression
Change Ib7778ba9d38a68d8b56ca632c5f1c353d55830b0 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
(cherry picked from commit 12d252db9c)
(cherry picked from commit 750999db0d)
Conflicts:
- remove os_brick/privileged/scaleio.py (function with bug is in the
  connector in this branch)
- move the test file to tests/initiator/connectors/
- modify the unit tests because the config file is accessed differently
  in this branch
(cherry picked from commit 867767ffda)
2020-06-18 11:35:05 -04:00
..
connectors Fix "Remove VxFlex OS credentials" regression 2020-06-18 11:35:05 -04:00
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
test_connector.py Improve detection of multipathd running 2019-03-26 10:42:55 -05: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 Fix FC scan too broad 2019-11-27 19:32:09 +01:00
test_linuxrbd.py Merge "Add attribute 'name' to class RBDVolume." 2017-10-10 03:41:31 +00:00
test_linuxscsi.py linuxscsi: Stop waiting for multipath devices during extend_volume 2019-12-11 17:19:58 +00:00
test_linuxsheepdog.py Add sheepdog support 2016-02-19 04:57:12 +00:00