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