| 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)
|
|
|