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