blob: 2fdfc5732105b99d47837b8de6f3101138db7974 [file] [log] [blame]
at = autotest.Autotest()
def run(machine):
host = hosts.SSHHost(machine)
at.run_test('sleeptest', host = host)
job.parallel_simple(run, machines)