blob: 975ab8325fcb153f42b967234f018329830c6e95 [file] [log] [blame]
mblighba98eb12008-04-21 18:08:46 +00001def run(machine):
2 host = hosts.SSHHost(machine)
3 at = autotest.Autotest(host)
4 at.run_test('failtest')
5
6job.parallel_simple(run, machines)