blob: 24dc1f070b689ad175c9a0291bf8af9be2161546 [file] [log] [blame]
mbligh09f89ba2007-10-07 18:07:35 +00001at = autotest.Autotest()
2
mbligh9ff1a3a2007-10-06 21:16:34 +00003def run(machine):
jadmanski0afbb632008-06-06 21:10:57 +00004 host = hosts.SSHHost(machine)
5 at.run_test('sleeptest', host = host)
mblighaa8d3ee2007-07-25 16:41:31 +00006
mblighd74208c2008-04-17 15:27:03 +00007job.parallel_simple(run, machines)