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