Sign in
android
/
platform
/
external
/
autotest
/
2f42780acaec2528c417618ef2cb4c878fb9c43a
/
.
/
server
/
control_segments
/
install
blob: d98c945a5a22c4ab8ff95e6a72323234a3400ea5 [
file
] [
log
] [
blame
]
import
common
from
autotest_lib
.
server
import
afe_utils
def
install
(
machine
):
host
=
hosts
.
create_target_machine
(
machine
)
afe_utils
.
machine_install_and_update_labels
(
host
)
job
.
parallel_simple
(
install
,
machines
,
log
=
False
)