Fixing a missing quote meant to go on r5471
[autotest-zwu.git] / server / samples / parallel.srv
blobb4be1d3da908ec093a9d9ffdf612f76f78918811
1 at = autotest.Autotest()
3 def run(machine):
4     host = hosts.create_host(machine)
5     at.run_test('sleeptest', host = host)
7 job.parallel_simple(run, machines)