summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-01-12 14:28:50 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-01-12 14:28:50 +0000
commit32eac05776d18dcbde49aa022f149fd597907cbe (patch)
tree25722edd128ba6cd9a66378d6696ac0069fa0190
parent7d56986366a349f5636f8de6018fb52e9befd440 (diff)
downloadnova-32eac05776d18dcbde49aa022f149fd597907cbe.tar.gz
nova-32eac05776d18dcbde49aa022f149fd597907cbe.tar.xz
nova-32eac05776d18dcbde49aa022f149fd597907cbe.zip
Fixing the stub for _stream_disk as well
-rw-r--r--nova/tests/xenapi/stubs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py
index 36a984f0e..9add7e592 100644
--- a/nova/tests/xenapi/stubs.py
+++ b/nova/tests/xenapi/stubs.py
@@ -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)