summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-09-21 19:23:46 +0000
committerGerrit Code Review <review@openstack.org>2012-09-21 19:23:46 +0000
commitcc2d8fc5a874df1a28dc87c7b7ed8e2d1117566e (patch)
tree9d05caa6c6a803387197516e604fcc9618a8d5db /nova/tests
parent03dcc98a659f8e778eb9641de7da866824c06461 (diff)
parent683d13604103102112565fe5f93f064c5e4cb1f7 (diff)
Merge "Fix live migration when volumes are attached"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/compute/test_compute.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/compute/test_compute.py b/nova/tests/compute/test_compute.py
index 747774fa4..0a56a9b9e 100644
--- a/nova/tests/compute/test_compute.py
+++ b/nova/tests/compute/test_compute.py
@@ -2090,9 +2090,6 @@ class ComputeTestCase(BaseTestCase):
# creating mocks
self.mox.StubOutWithMock(rpc, 'call')
- rpc.call(c, FLAGS.volume_topic,
- {"method": "check_for_export",
- "args": {'instance_id': inst_id}})
self.mox.StubOutWithMock(self.compute.driver,
'get_instance_disk_info')