Files
2023-10-13 14:01:41 +00:00

11 lines
216 B
Plaintext

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)