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