summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-03-24 16:36:37 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-03-24 16:36:37 +0000
commit7baaace446c441fdd699018912ef7604265000ce (patch)
tree94eb88a5af69a8903b8ce75e0ff85afe5511d367 /nova
parentae8caf09d5b5f3ac861acc3a309b462357b4063b (diff)
Stubbing out utils.execute for migrate tests
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/test_xenapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py
index fd8ed39d8..2ee385cff 100644
--- a/nova/tests/test_xenapi.py
+++ b/nova/tests/test_xenapi.py
@@ -558,6 +558,7 @@ class XenAPIMigrateInstance(test.TestCase):
'mac_address': 'aa:bb:cc:dd:ee:ff',
'os_type': 'linux'}
+ fake_utils.stub_out_utils_execute(self.stubs)
stubs.stub_out_migration_methods(self.stubs)
stubs.stubout_get_this_vm_uuid(self.stubs)
glance_stubs.stubout_glance_client(self.stubs,