blob: e2db2a0483f6907997f9c7557e8467d6c2b261b7 [file] [log] [blame]
def run(machine):
host = hosts.SSHHost(machine)
at = autotest.Autotest(host)
at.run_test('kernbench', iterations=2, threads=5)
parallel_simple(run, machines)