]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
tests: replace mox by mox3, clean out mox usage
authorJulien Danjou <julien@danjou.info>
Thu, 15 Jan 2015 11:40:38 +0000 (12:40 +0100)
committerJulien Danjou <julien@danjou.info>
Tue, 5 May 2015 08:15:52 +0000 (10:15 +0200)
commit8e6ab7a555e950d0edc246ee9d2fe754bcdd0277
treebbd703069d5bf9f1d2acb08641184854a6b6e188
parent844b4fd4eaaacb782ff7aac51b41a5f048c0fbfd
tests: replace mox by mox3, clean out mox usage

This patch replaces mox3 by mox, so we can drop mox from requirements
and bring Python 3 compatibility. It also clear some mox usage and
use the fixture brought by oslotest.

Change-Id: Ia242425815b09e1e67d33702f1e5dbe6bcd599fd
15 files changed:
cinder/test.py
cinder/tests/unit/brick/test_brick_lvm.py
cinder/tests/unit/brick/test_brick_remotefs.py
cinder/tests/unit/test_hds.py
cinder/tests/unit/test_ibm_xiv_ds8k.py
cinder/tests/unit/test_netapp_nfs.py
cinder/tests/unit/test_netapp_ssc.py
cinder/tests/unit/test_nfs.py
cinder/tests/unit/test_scality.py
cinder/tests/unit/test_service.py
cinder/tests/unit/test_solidfire.py
cinder/tests/unit/test_vmware_vmdk.py
cinder/tests/unit/test_volume.py
cinder/tests/unit/windows/test_windows.py
test-requirements.txt