1 AUTHOR = """ 2 Anton Blanchard <anton (a] 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) 15