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