1# Copyright (c) 2011 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 = "kernel_SchedCgroups" 7PURPOSE = "Verify the functioning of scheduler cgroups." 8CRITERIA = """ 9The test will fail if scheduler cgroups do not function correctly. 10""" 11TIME = "SHORT" 12ATTRIBUTES = "suite:bvt-cq" 13SUITE = "bvt-cq" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "kernel" 16TEST_TYPE = "client" 17JOB_RETRIES = 2 18 19DOC = """ 20This test tries to create a cgroup hierarchy and verifies division of CPU within 21the hierarcy. 22""" 23 24job.run_test('kernel_SchedCgroups') 25