Example #1
0
 def destory_hdd(self):
     delete_hd(filename=self.hd_filename)
Example #2
0
 def cleanup_createvm(self):
     delete_ctl(**self.ctl)
     delete_hd(**self.hdd)
     delete_vm(**self.vm)
Example #3
0
 def destory_hdd(self):
     delete_hd(**self.hdd)
Example #4
0
 def teardown(self):
     delete_hd(**self.hdd)
     delete_vm(**self.vm)