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:
@@ -125,7 +125,7 @@ def stubout_get_this_vm_uuid(stubs):
|
|||||||
|
|
||||||
|
|
||||||
def stubout_stream_disk(stubs):
|
def stubout_stream_disk(stubs):
|
||||||
def f(_1, _2):
|
def f(_1, _2, _3, _4):
|
||||||
pass
|
pass
|
||||||
stubs.Set(vm_utils, '_stream_disk', f)
|
stubs.Set(vm_utils, '_stream_disk', f)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user