mbligh | 2b010a3 | 2007-10-25 15:40:55 +0000 | [diff] [blame] | 1 | def run(machine): |
mbligh | 5c5e408 | 2007-10-24 21:24:32 +0000 | [diff] [blame] | 2 | host = hosts.SSHHost(machine) |
3 | at = autotest.Autotest(host) | ||||
4 | at.run_test('sleeptest') | ||||
mbligh | 7c1f507 | 2007-10-08 21:51:34 +0000 | [diff] [blame] | 5 | |
mbligh | d74208c | 2008-04-17 15:27:03 +0000 | [diff] [blame] | 6 | job.parallel_simple(run, machines) |