mbligh | 29aa970 | 2007-08-09 22:41:43 +0000 | [diff] [blame] | 1 | m = hosts.SSHHost(machines[0]) |
mbligh | d54832b | 2007-07-25 16:46:56 +0000 | [diff] [blame] | 2 | a = autotest.Autotest() |
mbligh | 29aa970 | 2007-08-09 22:41:43 +0000 | [diff] [blame] | 3 | # a.run_test('kernbench', '/tmp/results', m, iterations=2, threads=16) |
4 | a.run_test('sleeptest', '/tmp/results', m) |