Home | History | Annotate | Download | only in graphics_KernelConfig
      1 # Copyright 2018 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 NAME = "graphics_KernelConfig"
      6 AUTHOR = "The Chromium OS Authors"
      7 PURPOSE = "Verify various graphics kernel flags."
      8 CRITERIA = "Fails if kernel configuration is unexpected."
      9 # TODO(pwang): uncomment this once the flags are ready
     10 # ATTRIBUTES = "suite:bvt-inline, suite:smoke"
     11 ATTRIBUTES = 'suite:graphics_per-day, suite:graphics_system'
     12 TIME = "SHORT"
     13 TEST_CATEGORY = "Functional"
     14 TEST_CLASS = 'graphics'
     15 TEST_TYPE = "client"
     16 JOB_RETRIES = 2
     17 
     18 DOC = """
     19     Check that the reported kernel config has no unexpected state.
     20 """
     21 
     22 job.run_test('graphics_KernelConfig')
     23