]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
To fix test_get_dss_rp in test_vmware_vmdk.py
authorVipin Balachandran <vbala@vmware.com>
Wed, 13 Nov 2013 16:39:37 +0000 (22:09 +0530)
committerVipin Balachandran <vbala@vmware.com>
Wed, 20 Nov 2013 10:28:18 +0000 (15:58 +0530)
commit8f8be6815e6a7d26165ee6f185821597e56cb740
treecd2a8ee639c2c25d029ea1ea6d800b5e16814f1f
parent1099f09a2d22389b75377758f89a4f3365e69305
To fix test_get_dss_rp in test_vmware_vmdk.py

The test "test_get_dss_rp" in test_vmware_vmdk.py is not testing
the positive case as intended. Rather, it tests the negative case
(no datastores) which is already covered by
"test_get_dss_rp_without_datastores".

Change-Id: I5b4802e22218217e0338fc721fc0ce1efeaee4f1
Closes-Bug: #1251126
cinder/tests/test_vmware_vmdk.py