Fixes tests.

This commit is contained in:
grossmj
2015-03-11 23:09:01 -06:00
parent 38fa3e9a86
commit 4f7b896a6a
4 changed files with 24 additions and 6 deletions

View File

@ -272,6 +272,7 @@ class QemuVM(BaseVM):
log.info("QEMU VM {name} [id={id}] has set the QEMU hdd disk image path to {disk_image}".format(name=self._name,
id=self._id,
disk_image=hdd_disk_image))
self._hdd_disk_image = hdd_disk_image
@property
def adapters(self):