summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_virt_drivers.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/tests/test_virt_drivers.py b/nova/tests/test_virt_drivers.py
index 05fe140d1..d5a2203f3 100644
--- a/nova/tests/test_virt_drivers.py
+++ b/nova/tests/test_virt_drivers.py
@@ -459,11 +459,6 @@ class _VirtDriverTestCase(_FakeDriverBackendTestCase):
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()
self._check_host_status_fields(host_status)