Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-9157.B
/
.
/
server
/
control_segments
/
install
blob: d98c945a5a22c4ab8ff95e6a72323234a3400ea5 [
file
] [
log
] [
blame
] [
edit
]
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
)