summaryrefslogtreecommitdiff
path: root/server/samples/failtest.srv
blob: 373635f66263b24e2d368cc2d07d1bf6a48fc4d6 (plain)
1
2
3
4
5
6
def run(machine):
    host = hosts.create_host(machine)
    at = autotest.Autotest(host)
    at.run_test('failtest')

job.parallel_simple(run, machines)