Sign in
android
/
platform
/
external
/
autotest
/
8adf78936c915df6fd1edb6c592f40a7ed8350a5
/
.
/
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
)