Home | History | Annotate | Download | only in hardware_Thermal
      1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 NAME = 'hardware_Thermal'
      6 AUTHOR = 'The Chromium OS Authors'
      7 PURPOSE = 'Ensure the temp sensor is working.'
      8 CRITERIA = 'Fails if the temp sensor is not in reasonable range.'
      9 TIME='SHORT'
     10 TEST_CATEGORY = 'Functional'
     11 TEST_CLASS = "hardware"
     12 TEST_TYPE = 'client'
     13 
     14 DOC = """
     15 This is a hardware test for temp sensor.  The test uses mosys to read temp
     16 sensor value and check it's in reasonable range.
     17 """
     18 
     19 job.run_test('hardware_Thermal')
     20