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