cinder/cinder/tests/unit/targets
Victor Stinner 7d849b5da4 Port targets test_iet_driver to Python 3
* Replace StandardError with MemoryError: StandardError was removed
  in Python 3
* Replace __builtin__ with six.moves.builtins to mock open()
* Mock the logger in test_create_iscsi_target() because the test
  injects errors in open() and the logger uses open() to format the
  traceback
* tox.ini: add cinder.tests.unit.targets.test_iet_driver to Python 3.4

Partial-Implements: blueprint cinder-python3
Change-Id: I7c83da7374ef78cc98bd6c0c5596b7a7adb70303
2015-10-07 17:20:56 +02:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
targets_fixture.py Switch to the oslo_utils.fileutils 2015-08-20 07:47:48 +00:00
test_base_iscsi_driver.py Obtain target authentication from database same as LIO target 2015-09-30 18:48:22 -04:00
test_cxt_driver.py Obtain target authentication from database same as LIO target 2015-09-30 18:48:22 -04:00
test_iet_driver.py Port targets test_iet_driver to Python 3 2015-10-07 17:20:56 +02:00
test_iser_driver.py Fix argument order for assertEqual in tests 2015-08-11 10:09:40 -07:00
test_lio_driver.py Obtain target authentication from database same as LIO target 2015-09-30 18:48:22 -04:00
test_scst_driver.py Targets test refactoring 2015-04-30 18:02:57 +03:00
test_tgt_driver.py Obtain target authentication from database same as LIO target 2015-09-30 18:48:22 -04:00