Fixed another issue in _stream_disk, as it did never execute _write_partition.

Fixed fake method accordingly.
Fixed pep8 errors.
This commit is contained in:
Salvatore Orlando
2011-01-12 17:05:40 +00:00
parent 0285cce3e0
commit e3845c7c17

View File

@@ -125,7 +125,7 @@ def stubout_get_this_vm_uuid(stubs):
def stubout_stream_disk(stubs):
def f(_1, _2):
def f(_1, _2, _3, _4):
pass
stubs.Set(vm_utils, '_stream_disk', f)