blob: a0cbf30dd4cfa786b9f871ee7665169356ef9cfc [file] [log] [blame]
mbligh2b010a32007-10-25 15:40:55 +00001def run(machine):
jadmanski8d631c92008-08-18 21:12:40 +00002 host = hosts.create_host(machine)
jadmanski0afbb632008-06-06 21:10:57 +00003 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)