mbligh | 09f89ba | 2007-10-07 18:07:35 +0000 | [diff] [blame^] | 1 | at = autotest.Autotest() |
2 | |||||
mbligh | 9ff1a3a | 2007-10-06 21:16:34 +0000 | [diff] [blame] | 3 | def run(machine): |
4 | host = hosts.SSHHost(machine) | ||||
mbligh | 09f89ba | 2007-10-07 18:07:35 +0000 | [diff] [blame^] | 5 | at.run_test('sleeptest', host = host) |
mbligh | aa8d3ee | 2007-07-25 16:41:31 +0000 | [diff] [blame] | 6 | |
mbligh | 9ff1a3a | 2007-10-06 21:16:34 +0000 | [diff] [blame] | 7 | parallel_simple(run, machines) |