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" 10TIME = "SHORT" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "platform" 13TEST_TYPE = "client" 14 15DOC = """ 16This test verifies that the chrome_renderers foreground and background 17cgroups exist and that tasks are placed in those cgroups when multiple 18tabs are open. 19""" 20 21job.run_test('platform_ChromeCgroups') 22