19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
NAME = "hardware_TouchScreenPowerCycles"
|
|
AUTHOR = "Chrome OS Team"
|
|
PURPOSE = "Check whether there are spurious contacts."
|
|
CRITERIA = "Fails if there are any spurious contacts."
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "hardware"
|
|
TEST_TYPE = "Client"
|
|
|
|
DOC = """
|
|
Check if there are any spurious contacts when power is cycled.
|
|
"""
|
|
|
|
job.run_test('hardware_TouchScreenPowerCycles')
|