1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
604 B

# Copyright (c) 2011 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_Thermal'
AUTHOR = 'The Chromium OS Authors'
PURPOSE = 'Ensure the temp sensor is working.'
CRITERIA = 'Fails if the temp sensor is not in reasonable range.'
TIME='SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = "hardware"
TEST_TYPE = 'client'
DOC = """
This is a hardware test for temp sensor. The test uses mosys to read temp
sensor value and check it's in reasonable range.
"""
job.run_test('hardware_Thermal')