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