Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: client/tests/kvm/autotest_control/systemtap.control

Issue 6883035: Merge remote branch 'autotest-upstream/master' into autotest-merge (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698