summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-10 16:44:23 +0000
committerGerrit Code Review <review@openstack.org>2012-07-10 16:44:23 +0000
commit22a17f792425af928f8098b77fd8739a2f5bd243 (patch)
treeec0ced6d913f80ddafae0e544399f5a63c4f3285 /nova/tests
parent5dd9e6150c0bebaef53e23fff7e55a17ef694537 (diff)
parent45f9c298c2a6ba3b182ce3c225d09a0bfcb7dd2d (diff)
Merge "Properly track VBD and VDI connections in xenapi fake"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/xenapi/stubs.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py
index 01766e745..037053473 100644
--- a/nova/tests/xenapi/stubs.py
+++ b/nova/tests/xenapi/stubs.py
@@ -211,12 +211,6 @@ class FakeSessionForVMTests(fake.SessionBase):
template_vbd_ref = fake.create_vbd(template_vm_ref, template_vdi_ref)
return template_vm_ref
- def VDI_destroy(self, session_ref, vdi_ref):
- fake.destroy_vdi(vdi_ref)
-
- def VM_destroy(self, session_ref, vm_ref):
- fake.destroy_vm(vm_ref)
-
def SR_scan(self, session_ref, sr_ref):
pass