]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
CiscoFCSanLookupService passing command as string
authorMidun Kumar <mneelame@cisco.com>
Fri, 14 Nov 2014 15:56:13 +0000 (21:26 +0530)
committerMidun Kumar <mneelame@cisco.com>
Sun, 16 Nov 2014 18:37:32 +0000 (00:07 +0530)
commitae173f41b3d81e69fb22369c5a7bf046ce8e029f
tree4b100158cbb8029cbb66792f3c75f8c7a91e5adf
parent6dacf44f27966593b427f950fbdbb19e37bdf5bd
CiscoFCSanLookupService passing command as string

The command to fetch the fcns database was passed
as a string in the class CiscoFCSanLookupService
(FCSanLookupService).  I has to be passed as list.

Updated the test_cisco_fc_san_lookup_service.py file
with the unit test for this change.

Closes-Bug: 1385980
Change-Id: Ia35662190047450d054b1831aa1c530ca4656101
cinder/tests/zonemanager/test_cisco_fc_san_lookup_service.py
cinder/zonemanager/drivers/cisco/cisco_fc_san_lookup_service.py