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