blob: f7418fc2abea3dcb0290764e2f7751ccb17fec44 [file] [log] [blame]
mbligh23529882009-04-17 22:19:30 +00001AUTHOR = """
2Anton Blanchard <anton@samba.org>
3"""
4NAME = "Systemtap test suite"
5TEST_TYPE = "client"
6TEST_CLASS = "General"
7TEST_CATEGORY = "Functional"
8TIME = "MEDIUM"
9DOC = """\
10This test runs the systemtap testsuite. You will need a kernel with debug
11symbols, or a matching debuginfo package from your distro.
12"""
13
14job.run_test(url='systemtap', local=False)