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" 16SUITE = "bvt-perbuild" 17TIME = "FAST" 18TEST_CATEGORY = "Functional" 19TEST_CLASS = "kernel" 20TEST_TYPE = "client" 21 22job.run_test('kernel_CpufreqMinMax') 23