mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix test for "list_domains" function
This commit is contained in:
parent
94c340916b
commit
fa5163033e
@ -78,7 +78,7 @@ class XapiTestCase(TestCase):
|
||||
Test to return a list of virtual machine names on the minion
|
||||
'''
|
||||
with patch.object(xapi, "_get_xapi_session", MagicMock()):
|
||||
self.assertListEqual(xapi.list_vms(), [])
|
||||
self.assertListEqual(xapi.list_domains(), [])
|
||||
|
||||
def test_vm_info(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user