1 at = autotest.Autotest() 2 3 4 def run_client(machine): 5 host = hosts.create_host(machine) 6 host.log_kernel() 7 at.run(control, host=host, use_packaging=use_packaging) 8 9 10 job.parallel_simple(run_client, machines) 11