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