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

Side by Side Diff: client/site_tests/hardware_Touchpad/control

Issue 2857012: Batched update of factory tests. (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: finished comment Created 10 years, 6 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
OLDNEW
(Empty)
1 AUTHOR = "Chrome OS Team"
2 NAME = "hardware_Touchpad"
3 PURPOSE = "Verify all touchpad functions."
4 CRITERIA = "Test will fail if not all features are used in the alloted time."
5 TIME = "SHORT"
6 TEST_CATEGORY = "Factory"
7 TEST_CLASS = "hardware"
8 TEST_TYPE = "client"
9
10 DOC = """
11 This test checks whether all touchpad functions work properly. This
12 test will display a touchpad image and features will be highlighted in some
13 way as they are used. Once all features have been used, a brief 'PASS'
14 message will be displayed and the test will terminate. After the first
15 feature is used, a countdown will begin. If not all features are
16 used in time, the test will fail with an 'ERROR' message that is
17 displayed forever (unless the 'hwqual' argument is passed in).
18 """
19
20 restart_ui = False
21 if 'hwqual' in args:
22 restart_ui = True
23
24 job.run_test('hardware_Touchpad', restart_ui=restart_ui)
OLDNEW
« no previous file with comments | « client/site_tests/factory_Synaptics/src/touchpad.png ('k') | client/site_tests/hardware_Touchpad/hardware_Touchpad.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698