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