/usr/share/doc/atheist/examples/template.test is in atheist 0.20110402-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | # -*- mode: python; coding: utf-8 -*-
t1 = Template(timeout=2, expected=-9)
Test('sleep 6', detach=True, template=[t1])
|