• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import common
2from autotest_lib.server import afe_utils
3
4def install(machine):
5    host = hosts.create_target_machine(machine)
6    afe_utils.machine_install_and_update_labels(host)
7
8
9job.parallel_simple(install, machines, log=False)
10