]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix Python 3 issues in Windows tests
authorVictor Stinner <vstinner@redhat.com>
Tue, 30 Jun 2015 15:06:30 +0000 (17:06 +0200)
committerSean McGinnis <sean_mcginnis@dell.com>
Thu, 13 Aug 2015 13:43:40 +0000 (08:43 -0500)
commit4055078083ee43aa79e713e6ec27440df388f3ea
treebdda9778b97a43b37c044c6887c63a6e20270571
parent742026723c6bc5024b35317a87f9faf8d4f8fabc
Fix Python 3 issues in Windows tests

* Replace __builtin__ with six.moves.builtins
* tox.ini: add the following tests to Python 3.4

  - cinder.tests.unit.windows.test_smbfs
  - cinder.tests.unit.windows.test_vhdutils
  - cinder.tests.unit.windows.test_windows
  - cinder.tests.unit.windows.test_windows_remotefs
  - cinder.tests.unit.windows.test_windows_utils

This change requires the Python 3 fixes in os-brick.

Blueprint cinder-python3
Change-Id: I1ffa65745923459e993e81d8a95a39e19c1bd1e4
cinder/tests/unit/windows/test_smbfs.py
tox.ini