]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Replace mox with mock
authorVipin Balachandran <vbala@vmware.com>
Wed, 25 Nov 2015 13:34:48 +0000 (19:04 +0530)
committerVipin Balachandran <vbala@vmware.com>
Wed, 2 Dec 2015 12:56:21 +0000 (18:26 +0530)
commit4a91bf6b63ef987e4847dbf6356cc4aff980182c
treef188c09e5720f5fe7111971fd2e44c7d23e7d127
parentc09770af672ebc482fc488f5922bb1bcc0f81679
VMware: Replace mox with mock

This patch replaces usages of mox with mock in the VMDK driver unit tests.
It also refactors the unit tests for copy_volume_to_image so that those
tests test only a single method.

Closes-Bug: #1261097
Change-Id: I50925a3aed1df12a283e9ec20f2bc2add1aad162
cinder/tests/unit/test_vmware_vmdk.py