]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix LVM migrate_volume tests
authorgit-harry <git-harry@live.co.uk>
Thu, 6 Feb 2014 16:16:57 +0000 (16:16 +0000)
committergit-harry <git-harry@live.co.uk>
Thu, 6 Feb 2014 16:39:14 +0000 (16:39 +0000)
commitdc02810c5dc64ca48a163645588ea6a60367227a
treedd4127d608d5b16b2c7c0c9702ed55ce2ff82969
parent1cfc3105f04365cd3a96f61252fe0cac823b1f4c
Fix LVM migrate_volume tests

In cinder/tests/test_volume.py the following tests fail to correctly
test the functionality.

LVMISCSIVolumeDriverTestCase.test_lvm_migrate_volume_diff_driver
LVMISCSIVolumeDriverTestCase.test_lvm_migrate_volume_diff_host

The location_info is incorrect, it needs to be 5 sections separated by
colons otherwise they fail due to bad location info.

Change-Id: Ie7ceaba6b35c0aedb47cae0db5c60cc489e94c49
Closes-Bug: #1277155
cinder/tests/test_volume.py