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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/site_tests/hardware_Touchpad/control
diff --git a/client/site_tests/hardware_Touchpad/control b/client/site_tests/hardware_Touchpad/control
deleted file mode 100644
index b013128303c5b8a1d018fd7182b3fb615d9e4d3a..0000000000000000000000000000000000000000
--- a/client/site_tests/hardware_Touchpad/control
+++ /dev/null
@@ -1,24 +0,0 @@
-AUTHOR = "Chrome OS Team"
-NAME = "hardware_Touchpad"
-PURPOSE = "Verify all touchpad functions."
-CRITERIA = "Test will fail if not all features are used in the alloted time."
-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 | « 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