cinder/cinder/tests/unit/volume/drivers/datacore
Sean McGinnis 4560e3e12a DataCore: get rid of pylint errors due to contextlib
Use of contextlib.closing causes pylint to not recognize the
type and causes "no memeber" errors. Since this is a locally
defined class that can simply be made into a context manager,
this removes the use of contextlib and handles it directly in
code.

Change-Id: I2b284b1ba51f848c183c3895948131de9e89d300
2018-06-20 15:15:59 -05:00
..
__init__.py Adds DataCore Volume Drivers 2017-11-23 10:11:34 +03:00
test_datacore_api.py Mock log output from DataCore drivers 2018-06-07 16:37:43 -05:00
test_datacore_driver.py Speed up DataCore unit tests 2017-12-12 23:01:33 +02:00
test_datacore_fc.py Adds DataCore Volume Drivers 2017-11-23 10:11:34 +03:00
test_datacore_iscsi.py Adds DataCore Volume Drivers 2017-11-23 10:11:34 +03:00
test_datacore_passwd.py DataCore: get rid of pylint errors due to contextlib 2018-06-20 15:15:59 -05:00
test_datacore_utils.py Adds DataCore Volume Drivers 2017-11-23 10:11:34 +03:00