android13/external/autotest/server/samples/continuous_reboot.srv

7 lines
130 B
Plaintext

def run(machine):
host = hosts.create_host(machine)
while True:
host.reboot()
job.parallel_simple(run, machines)