8 lines
160 B
Plaintext
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)
|