summaryrefslogtreecommitdiff
path: root/server/samples/parallel.srv
blob: b4be1d3da908ec093a9d9ffdf612f76f78918811 (plain)
1
2
3
4
5
6
7
at = autotest.Autotest()

def run(machine):
    host = hosts.create_host(machine)
    at.run_test('sleeptest', host = host)

job.parallel_simple(run, machines)