Files
Android11/external/autotest/server/samples/continuous_reboot.srv
2023-10-13 14:01:41 +00:00

7 lines
130 B
Plaintext

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