Add THP test variants to tests_base.cfg.sample
[autotest-zwu.git] / server / samples / sleeptest.srv
bloba0cbf30dd4cfa786b9f871ee7665169356ef9cfc
1 def run(machine):
2     host = hosts.create_host(machine)
3     at = autotest.Autotest(host)
4     at.run_test('sleeptest')
6 job.parallel_simple(run, machines)