Remove ComputeDriver.update_host_status()
Nobody calls the method. Change-Id: Ib585f769788753c64e19fe49a1f186880e1c6f49
This commit is contained in:
@@ -458,11 +458,6 @@ class _VirtDriverTestCase(_FakeDriverBackendTestCase):
|
||||
self.assertIn('host_memory_total', host_status)
|
||||
self.assertIn('host_memory_free', host_status)
|
||||
|
||||
@catch_notimplementederror
|
||||
def test_update_host_status(self):
|
||||
host_status = self.connection.update_host_status()
|
||||
self._check_host_status_fields(host_status)
|
||||
|
||||
@catch_notimplementederror
|
||||
def test_get_host_stats(self):
|
||||
host_status = self.connection.get_host_stats()
|
||||
|
||||
Reference in New Issue
Block a user