allwinner_a64/android/external/autotest/server/control_segments/client_wrapper
2018-08-08 16:14:42 +08:00

10 lines
216 B
Text

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)