Added a unit test.
This commit is contained in:
@@ -176,6 +176,10 @@ class _VirtDriverTestCase(test.TestCase):
|
|||||||
def test_poll_rescued_instances(self):
|
def test_poll_rescued_instances(self):
|
||||||
self.connection.poll_rescued_instances(10)
|
self.connection.poll_rescued_instances(10)
|
||||||
|
|
||||||
|
@catch_notimplementederror
|
||||||
|
def test_poll_unconfirmed_resizes(self):
|
||||||
|
self.connection.poll_unconfirmed_resizes(10)
|
||||||
|
|
||||||
@catch_notimplementederror
|
@catch_notimplementederror
|
||||||
def test_migrate_disk_and_power_off(self):
|
def test_migrate_disk_and_power_off(self):
|
||||||
instance_ref = test_utils.get_test_instance()
|
instance_ref = test_utils.get_test_instance()
|
||||||
|
|||||||
Reference in New Issue
Block a user