blob: 174e6e75ee47527fb1793a1fcb51cbf7b1e9dc3c [file] [log] [blame]
mbligh5c5e4082007-10-24 21:24:32 +00001def run(machine):
2 host = hosts.SSHHost(machine)
3 at = autotest.Autotest(host)
4 at.run_test('kernbench', iterations=2, threads=5)
mbligh7c1f5072007-10-08 21:51:34 +00005
mblighd74208c2008-04-17 15:27:03 +00006job.parallel_simple(run, machines)