mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +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'}
|
||||
self.esxcluster_details = {'vcenter': 'fake_vcenter',
|
||||
'datacenter': 'fake_dc',
|
||||
'cluster', 'fake_cluster',
|
||||
'cluster': 'fake_cluster',
|
||||
'username': 'fake_username',
|
||||
'password': 'fake_password',
|
||||
'protocol': 'fake_protocol',
|
||||
@ -639,8 +639,6 @@ class _GetProxyConnectionDetailsTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'principal': 'fake_principal',
|
||||
'domain': 'fake_domain'}
|
||||
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
for attrname in ('esxi_host_details', 'esxi_vcenter_details',
|
||||
'esxdatacenter_details', 'esxcluster_details'):
|
||||
|
Loading…
Reference in New Issue
Block a user