• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013 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 = "abrestic, sonnyrao"
6NAME = "platform_ChromeCgroups"
7PURPOSE = "Verify that the chrome_renderers cgroups are created and used."
8CRITERIA = "Fails if the required cgroups do not exist or are empty."
9ATTRIBUTES = "suite:regression"
10SUITE = "regression"
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "platform"
14TEST_TYPE = "client"
15
16DOC = """
17This test verifies that the chrome_renderers foreground and background
18cgroups exist and that tasks are placed in those cgroups when multiple
19tabs are open.
20"""
21
22job.run_test('platform_ChromeCgroups')
23