allwinner_a64/android/external/autotest/server/control_segments/install
2018-08-08 16:14:42 +08:00

9 lines
233 B
Text

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)