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

Unified Diff: client/site_tests/hardware_Touchpad/control

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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/hardware_Touchpad/hardware_Touchpad.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_Touchpad/control
diff --git a/client/site_tests/hardware_Touchpad/control b/client/site_tests/hardware_Touchpad/control
new file mode 100644
index 0000000000000000000000000000000000000000..7ddc156f8f127e1698ab4c5059ab6b281271b2bd
--- /dev/null
+++ b/client/site_tests/hardware_Touchpad/control
@@ -0,0 +1,22 @@
+AUTHOR = "Chrome OS Team"
+NAME = "Factory Touchpad Test"
+TIME = "SHORT"
+TEST_CATEGORY = "Factory"
+TEST_CLASS = "hardware"
+TEST_TYPE = "client"
+
+DOC = """
+This test checks whether all touchpad functions work properly. This
+test will display a touchpad image and features will be highlighted in some
+way as they are used. Once all features have been used, a brief 'PASS'
+message will be displayed and the test will terminate. After the first
+feature is used, a countdown will begin. If not all features are
+used in time, the test will fail with an 'ERROR' message that is
+displayed forever (unless the 'hwqual' argument is passed in).
+"""
+
+restart_ui = False
+if 'hwqual' in args:
+ restart_ui = True
+
+job.run_test('hardware_Touchpad', restart_ui=restart_ui)
« no previous file with comments | « no previous file | client/site_tests/hardware_Touchpad/hardware_Touchpad.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698