Files
2023-05-14 11:44:44 +00:00

8 lines
160 B
Plaintext

at = autotest.Autotest()
def run(machine):
host = hosts.create_host(machine)
at.run_test('sleeptest', host = host)
job.parallel_simple(run, machines)