blob: 6249d0e0aa86e26576a0023bde79e3006779fcc4 [file] [log] [blame]
mbligh5c5e4082007-10-24 21:24:32 +00001def run(machine)
2 host = hosts.SSHHost(machine)
3 at = autotest.Autotest(host)
4 at.run_test('sleeptest')
mbligh7c1f5072007-10-08 21:51:34 +00005
mbligh5c5e4082007-10-24 21:24:32 +00006parallel_simple(run, machines)