1 # Copyright (c) 2010 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 AUTHOR = "Chrome OS Team" 6 NAME = "power_Thermal" 7 PURPOSE = "Verify thermal feedback operation." 8 CRITERIA = "Fails if CPU is not slowed down on crossing temperature theshold." 9 TIME = "MEDIUM" 10 TEST_CATEGORY = "Functional" 11 TEST_CLASS = "power" 12 TEST_TYPE = "client" 13 14 DOC = """This is a test which changes the temperature theshold and expects 15 the system to slow down the CPU clock in response.""" 16 17 job.run_test('power_Thermal') 18