Fixing the stub for _stream_disk as well

This commit is contained in:
Salvatore Orlando
2011-01-12 14:28:50 +00:00
parent e8cd18d24f
commit e5df96f022

View File

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