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