Sign in
chromium
/
chromiumos
/
third_party
/
autotest
/
d2103cc4cedd79a8e3218028504cbc2df1d3d9f4
/
.
/
server
/
control_segments
/
cleanup
blob: 6ac67882c804b4815ab6fcd9c45ba24767232fb0 [
file
] [
log
] [
blame
]
def
cleanup
(
machine
):
host
=
hosts
.
create_host
(
machine
,
initialize
=
False
,
auto_monitor
=
False
)
host
.
cleanup
()
job
.
parallel_simple
(
cleanup
,
machines
,
log
=
False
)