]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell SC Removed _find_domain and associated tests
authorTom Swanson <tom_swanson@dell.com>
Tue, 16 Jun 2015 16:01:58 +0000 (11:01 -0500)
committerTom Swanson <tom_swanson@dell.com>
Wed, 17 Jun 2015 18:25:46 +0000 (18:25 +0000)
commit79117dce5dee7d8df4aace3d2290aec2b974a079
tree8a003756f647e0a1537315d19f57befd906dcfd4
parentfdf15c4f0fe2d9ae593f1540d8ccfc18ca34efd5
Dell SC Removed _find_domain and associated tests

Dell StorageCenterApi._find_domain was ununsed and so removed. The
associated tests were also removed.

In addition some other tests mocked _find_domains but called the mock
mock_find_domain.  Changed that to mock_find_domains.

Change-Id: Ieee96064bbc74eae8a8c961ade5c8dfb9615eb1a
cinder/tests/unit/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py