cinder/cinder/tests/unit/volume
Victor Stinner c4f8f885d4 Port EMC scaleio to Python 3
* Import urllib modules using six.moves.urllib
* MockHTTPSResponse: encode HTTP body to UTF-8 if it's Unicode,
  replace six.string_types with (bytes, six.text_type).
* _id_to_base64(): catch also binascii.Error when calling
  b16decode(); encode name to UTF-8 before calling b64encode();
  decode b64encode() from ASCII on Python 3 to get Unicode.
* tox.ini: add cinder.tests.unit.volume.drivers.emc.scaleio
  to Python 3.4

Partial-Implements: blueprint cinder-python3
Change-Id: I93353d48f80971528f47c9291cd04e198632dd0b
2015-10-07 23:13:45 +02:00
..
drivers Port EMC scaleio to Python 3 2015-10-07 23:13:45 +02:00
flows Fix QoS keys not being available to scheduler 2015-09-09 09:40:24 -07:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00