Add THP test variants to tests_base.cfg.sample
[autotest-zwu.git] / server / samples / continuous_reboot.srv
blob080e9e2b77b74490f9387c67d0129dc191045c53
1 def run(machine):
2     host = hosts.create_host(machine)
3     while True:
4         host.reboot()
6 job.parallel_simple(run, machines)