mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix to vsphere tests
This commit is contained in:
parent
afa4921d37
commit
0222a5a056
@ -630,7 +630,7 @@ class _GetProxyConnectionDetailsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'domain': 'fake_domain'}
|
'domain': 'fake_domain'}
|
||||||
self.esxcluster_details = {'vcenter': 'fake_vcenter',
|
self.esxcluster_details = {'vcenter': 'fake_vcenter',
|
||||||
'datacenter': 'fake_dc',
|
'datacenter': 'fake_dc',
|
||||||
'cluster', 'fake_cluster',
|
'cluster': 'fake_cluster',
|
||||||
'username': 'fake_username',
|
'username': 'fake_username',
|
||||||
'password': 'fake_password',
|
'password': 'fake_password',
|
||||||
'protocol': 'fake_protocol',
|
'protocol': 'fake_protocol',
|
||||||
@ -639,8 +639,6 @@ class _GetProxyConnectionDetailsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'principal': 'fake_principal',
|
'principal': 'fake_principal',
|
||||||
'domain': 'fake_domain'}
|
'domain': 'fake_domain'}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
for attrname in ('esxi_host_details', 'esxi_vcenter_details',
|
for attrname in ('esxi_host_details', 'esxi_vcenter_details',
|
||||||
'esxdatacenter_details', 'esxcluster_details'):
|
'esxdatacenter_details', 'esxcluster_details'):
|
||||||
|
Loading…
Reference in New Issue
Block a user