diff options
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/fake_libvirt_utils.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/tests/fake_libvirt_utils.py b/nova/tests/fake_libvirt_utils.py index 2cd5bb75e..1467a26de 100644 --- a/nova/tests/fake_libvirt_utils.py +++ b/nova/tests/fake_libvirt_utils.py @@ -118,11 +118,6 @@ def file_delete(path): return True -def get_open_port(start_port, end_port): - # Return the port in the middle - return int((start_port + end_port) / 2) - - def get_fs_info(path): return {'total': 128 * (1024 ** 3), 'used': 44 * (1024 ** 3), |
