• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 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 = "sonnyrao@chromium.org (Sonny Rao)"
6DOC = """
7This test is to make sure the cpu frequency minimum and maximum values
8can be adjusted.
9"""
10NAME = "kernel_CpufreqMinMax"
11PURPOSE = ""
12CRITERIA = """
13Fails if cpufreq min or max settings cannot be adjusted.
14"""
15ATTRIBUTES = "suite:bvt-perbuild"
16TIME = "FAST"
17TEST_CATEGORY = "Functional"
18TEST_CLASS = "kernel"
19TEST_TYPE = "client"
20
21job.run_test('kernel_CpufreqMinMax')
22