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