summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Kearney <josh.kearney@rackspace.com>2010-12-30 18:12:10 -0600
committerJosh Kearney <josh.kearney@rackspace.com>2010-12-30 18:12:10 -0600
commite453e2761daee6e96da9575a860e694a065c68c0 (patch)
treed13a437c56196050ed3d7e81999212a2f60d581c
parentd1129fa4b14d9edba8d6c4c3cb2d13e7c66c1391 (diff)
Removed problematic test
-rw-r--r--nova/tests/test_compute.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py
index 2664adc0d..1fb9143f1 100644
--- a/nova/tests/test_compute.py
+++ b/nova/tests/test_compute.py
@@ -151,11 +151,6 @@ class ComputeTestCase(test.TestCase):
self.compute.reboot_instance(self.context, instance_id)
self.compute.terminate_instance(self.context, instance_id)
- def test_diagnostics(self):
- """Ensure instance diagnostics are available"""
- instance_id = self._create_instance()
- self.compute.get_diagnostics(self.context, instance_id)
-
def test_snapshot(self):
"""Ensure instance can be snapshotted"""
instance_id = self._create_instance()