blob: 13b8359a762ea2f42d50cbbc1c26836bed120a9a [file] [log] [blame]
at = autotest.Autotest()
def run_client(machine):
host = hosts.create_host(machine)
host.log_kernel()
at.run(control, host=host, use_packaging=use_packaging)
job.parallel_simple(run_client, machines)