allwinner_a64/android/external/autotest/client/tests/systemtap/control
2018-08-08 16:14:42 +08:00

14 lines
362 B
Text

AUTHOR = """
Anton Blanchard <anton@samba.org>
"""
NAME = "Systemtap test suite"
TEST_TYPE = "client"
TEST_CLASS = "General"
TEST_CATEGORY = "Functional"
TIME = "MEDIUM"
DOC = """\
This test runs the systemtap testsuite. You will need a kernel with debug
symbols, or a matching debuginfo package from your distro.
"""
job.run_test(url='systemtap', local=False)