• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "kernel"
15TEST_TYPE = "client"
16JOB_RETRIES = 2
17
18DOC = """
19This test tries to create a cgroup hierarchy and verifies division of CPU within
20the hierarcy.
21"""
22
23job.run_test('kernel_SchedCgroups')
24