os-brick/os_brick/tests/privileged
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
..
__init__.py Trivial rootwrap -> privsep replacement 2016-04-15 15:29:25 +00:00
test_rootwrap.py Remove time checks from test_custom_execute_timeout_* tests 2018-12-17 19:15:05 +02:00
test_scaleio.py Fix "Remove VxFlex OS credentials" regression 2020-06-17 12:00:19 -04:00