showard | 45ae819 | 2008-11-05 19:32:53 +0000 | [diff] [blame] | 1 | def cleanup(machine): |
Eric Li | 7edb304 | 2011-01-06 17:57:17 -0800 | [diff] [blame^] | 2 | host = hosts.create_host(machine, initialize=False, auto_monitor=False) |
showard | 45ae819 | 2008-11-05 19:32:53 +0000 | [diff] [blame] | 3 | host.cleanup() |
mbligh | 084bc17 | 2008-10-18 14:02:45 +0000 | [diff] [blame] | 4 | |
mbligh | 5493129 | 2008-11-23 14:35:51 +0000 | [diff] [blame] | 5 | |
showard | 45ae819 | 2008-11-05 19:32:53 +0000 | [diff] [blame] | 6 | job.parallel_simple(cleanup, machines, log=False) |