Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
861b2d54aec24228cdb3895dbc40062cb40cb2ad
/
.
/
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
)