Home | History | Annotate | Download | only in samples
      1 at = autotest.Autotest()
      2 
      3 def run(machine):
      4     host = hosts.create_host(machine)
      5     at.run_test('sleeptest', host = host)
      6 
      7 job.parallel_simple(run, machines)
      8