• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AUTHOR = """
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)
15