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