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."
9ATTRIBUTES = 'suite:graphics_per-day, suite:graphics_system'
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = 'graphics'
13TEST_TYPE = "client"
14JOB_RETRIES = 2
15
16DOC = """
17    Check that the reported kernel config has no unexpected state.
18"""
19
20job.run_test('graphics_KernelConfig')
21