Merge "Fix typos about 'target_discovered'"

This commit is contained in:
Jenkins 2015-10-20 17:01:28 +00:00 committed by Gerrit Code Review
commit 170aac0ab0
3 changed files with 3 additions and 3 deletions

@ -253,7 +253,7 @@ class DellSCSanISCSIDriverTestCase(test.TestCase):
self.fake_iqn = 'iqn.2002-03.com.compellent:5000D31000000001'
self.properties = {
'target_discoverd': True,
'target_discovered': True,
'target_portal': '%s:3260'
% self.driver.configuration.dell_sc_iscsi_ip,
'target_iqn': self.fake_iqn,

@ -80,7 +80,7 @@ class DellEQLSanISCSIDriverTestCase(test.TestCase):
self.fake_iqn_return = ['iSCSI target name is %s.' % self.fake_iqn]
self.driver._group_ip = '10.0.1.6'
self.properties = {
'target_discoverd': True,
'target_discovered': True,
'target_portal': '%s:3260' % self.driver._group_ip,
'target_iqn': self.fake_iqn,
'volume_id': 1}

@ -389,7 +389,7 @@ class TestHPLeftHandCLIQISCSIDriver(HPLeftHandBaseDriver, test.TestCase):
super(TestHPLeftHandCLIQISCSIDriver, self).setUp()
self.properties = {
'target_discoverd': True,
'target_discovered': True,
'target_portal': '10.0.1.6:3260',
'target_iqn':
'iqn.2003-10.com.lefthandnetworks:group01:25366:fakev',