summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-13 17:57:25 +0000
committerGerrit Code Review <review@openstack.org>2012-07-13 17:57:25 +0000
commit7369bb9ba8d5710ea20c8bfb7b2465b9906fa0bc (patch)
treefbd2cf7096008a85e3e048d82a8e3fb48c6a797a /nova/tests
parent86b0cc2b517e75530b331a2e20111221294b6266 (diff)
parent45f8aefcd33b7848d33ae2e8d9801925cf8365e7 (diff)
Merge "Remove VDI chain limit for snapshots."
Diffstat (limited to 'nova/tests')
-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 83a17af84..ec944d84d 100644
--- a/nova/tests/xenapi/stubs.py
+++ b/nova/tests/xenapi/stubs.py
@@ -320,7 +320,7 @@ class FakeSessionForVolumeFailedTests(FakeSessionForVolumeTests):
def stub_out_migration_methods(stubs):
@contextlib.contextmanager
def fake_snapshot_attached_here(session, instance, vm_ref, label):
- yield dict(image='foo', snap='bar')
+ yield ['bar', 'foo']
def fake_move_disks(self, instance, disk_info):
vdi_ref = fake.create_vdi(instance['name'], 'fake')