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

Side by Side Diff: client/site_tests/suite_HWQual/control.touchpad

Issue 1692009: Test for touchpad left and right buttons press and release. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: Added killing of X after test is executed Created 10 years, 7 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
« no previous file with comments | « client/site_tests/suite_HWQual/README.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 AUTHOR = "Chrome OS Team"
2 NAME = "Factory Touchpad Test"
3 TIME = "SHORT"
4 TEST_CATEGORY = "Factory"
5 TEST_CLASS = "hardware"
6 TEST_TYPE = "client"
7
8 DOC = """
9 This test checks whether all touchpad functions work properly. This
10 test will display a touchpad image and features will be highlighted in some
11 way as they are used. Once all features have been used, a brief 'PASS'
12 message will be displayed and the test will terminate. After the first
13 feature is used, a countdown will begin. If not all features are
14 used in time, the test will fail with an 'ERROR' message that is
15 displayed forever (unless the 'hwqual' argument is passed in).
16 """
17
18 restart_ui = False
19 if 'hwqual' in args:
20 restart_ui = True
21
22 job.run_test('hardware_Touchpad', restart_ui=restart_ui)
OLDNEW
« no previous file with comments | « client/site_tests/suite_HWQual/README.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698