Home | History | Annotate | Download | only in control_segments
      1 import common
      2 from autotest_lib.server import afe_utils
      3 
      4 def install(machine):
      5     host = hosts.create_target_machine(machine)
      6     afe_utils.machine_install_and_update_labels(host)
      7 
      8 
      9 job.parallel_simple(install, machines, log=False)
     10