7 lines
160 B
Text
7 lines
160 B
Text
at = autotest.Autotest()
|
|
|
|
def run(machine):
|
|
host = hosts.create_host(machine)
|
|
at.run_test('sleeptest', host = host)
|
|
|
|
job.parallel_simple(run, machines)
|