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