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