blob: 2ebac141ec02f4466fb180395ef0655dca5735df [file] [log] [blame]
mbligh084bc172008-10-18 14:02:45 +00001at = autotest.Autotest()
2
mbligh084bc172008-10-18 14:02:45 +00003
mbligh54931292008-11-23 14:35:51 +00004def run_client(machine):
Eric Li861b2d52011-02-04 14:50:35 -08005 host = hosts.create_host(machine)
mbligh084bc172008-10-18 14:02:45 +00006 host.log_kernel()
Jacob Kopczynskif9f730e2020-03-11 13:23:14 -07007 if synchronous_offload_dir:
8 host.env[autotest.OFFLOAD_ENVVAR] = synchronous_offload_dir
Dan Shib669cbd2013-09-13 11:17:17 -07009 at.run(control, host=host, use_packaging=use_packaging)
mbligh084bc172008-10-18 14:02:45 +000010
mbligh54931292008-11-23 14:35:51 +000011
mbligh084bc172008-10-18 14:02:45 +000012job.parallel_simple(run_client, machines)