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, initialize=False,
      6                                        auto_monitor=False)
      7     afe_utils.machine_install_and_update_labels(host)
      8 
      9 
     10 job.parallel_simple(install, machines, log=False)
     11