blob: 805ac0973f7aae25af39b7dcc047599d610c26e1 [file] [log] [blame]
mbligh2b010a32007-10-25 15:40:55 +00001def run(machine):
mbligh5c5e4082007-10-24 21:24:32 +00002 host = hosts.SSHHost(machine)
3 at = autotest.Autotest(host)
4 at.run_test('sleeptest')
mbligh7c1f5072007-10-08 21:51:34 +00005
mblighd74208c2008-04-17 15:27:03 +00006job.parallel_simple(run, machines)