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