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