blob: 99b8119382c668d6ec60955a3ed2c1bde7745b20 [file] [log] [blame]
mbligh9ff1a3a2007-10-06 21:16:34 +00001def run(machine):
2 host = hosts.SSHHost(machine)
3 at = autotest.Autotest(host)
4 at.run_test('sleeptest')
mblighaa8d3ee2007-07-25 16:41:31 +00005
mbligh9ff1a3a2007-10-06 21:16:34 +00006parallel_simple(run, machines)