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

Unified Diff: client/site_tests/hardware_KeyboardAssembly/control

Issue 1574012: Parametrize the keyboard test so that it can run in hwqual. Add to hwqual suite. (Closed)
Patch Set: Created 10 years, 9 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_KeyboardAssembly/hardware_KeyboardAssembly.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_KeyboardAssembly/control
diff --git a/client/site_tests/hardware_KeyboardAssembly/control b/client/site_tests/hardware_KeyboardAssembly/control
index c8fbd9aa30d7e65cda8c5d1517e7b7061cbcb624..078dda1b0e42351a2f8410b7cee12449a0a9ecbf 100644
--- a/client/site_tests/hardware_KeyboardAssembly/control
+++ b/client/site_tests/hardware_KeyboardAssembly/control
@@ -5,6 +5,18 @@ TEST_CATEGORY = "Factory"
TEST_CLASS = "hardware"
TEST_TYPE = "client"
-DOC = """This test checks whether all keyboard keys function properly."""
+DOC = """
+This test checks whether all keyboard keys function properly. This
+test will display a keyboard image and keys will be highlighted as
+they are pressed and released. Once all keys have been used, a brief
+'PASS' message will be displayed and the test will terminate. After
+the first key is hit, a countdown will begin. If not all keys are
+used in time, the test will fail with an 'ERROR' message that is
+displayed forever (unless the 'hwqual' argument is passed in).
+"""
-job.run_test('hardware_KeyboardAssembly')
+restart_ui = False
+if 'hwqual' in args:
+ restart_ui = True
+
+job.run_test('hardware_KeyboardAssembly', restart_ui=restart_ui)
« no previous file with comments | « no previous file | client/site_tests/hardware_KeyboardAssembly/hardware_KeyboardAssembly.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698