def destory_hdd(self): delete_hd(filename=self.hd_filename)
def cleanup_createvm(self): delete_ctl(**self.ctl) delete_hd(**self.hdd) delete_vm(**self.vm)
def destory_hdd(self): delete_hd(**self.hdd)
def teardown(self): delete_hd(**self.hdd) delete_vm(**self.vm)