Index: client/tests/kvm/autotest_control/systemtap.control |
diff --git a/client/tests/kvm/autotest_control/systemtap.control b/client/tests/kvm/autotest_control/systemtap.control |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f7418fc2abea3dcb0290764e2f7751ccb17fec44 |
--- /dev/null |
+++ b/client/tests/kvm/autotest_control/systemtap.control |
@@ -0,0 +1,14 @@ |
+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) |