Merge "Remove list_disks/list_interfaces from virt driver"
This commit is contained in:
@@ -260,16 +260,6 @@ class _VirtDriverTestCase(test.TestCase):
|
|||||||
instance_ref, network_info = self._get_running_instance()
|
instance_ref, network_info = self._get_running_instance()
|
||||||
self.connection.get_diagnostics(instance_ref['name'])
|
self.connection.get_diagnostics(instance_ref['name'])
|
||||||
|
|
||||||
@catch_notimplementederror
|
|
||||||
def test_list_disks(self):
|
|
||||||
instance_ref, network_info = self._get_running_instance()
|
|
||||||
self.connection.list_disks(instance_ref['name'])
|
|
||||||
|
|
||||||
@catch_notimplementederror
|
|
||||||
def test_list_interfaces(self):
|
|
||||||
instance_ref, network_info = self._get_running_instance()
|
|
||||||
self.connection.list_interfaces(instance_ref['name'])
|
|
||||||
|
|
||||||
@catch_notimplementederror
|
@catch_notimplementederror
|
||||||
def test_block_stats(self):
|
def test_block_stats(self):
|
||||||
instance_ref, network_info = self._get_running_instance()
|
instance_ref, network_info = self._get_running_instance()
|
||||||
|
Reference in New Issue
Block a user