blob: a8cd1e1f24005f5fd376a3a1eff70faa2df17928 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
PY_VERSION = 3
NAME = "graphics_KernelConfig"
AUTHOR = "The Chromium OS Authors"
PURPOSE = "Verify various graphics kernel flags."
CRITERIA = "Fails if kernel configuration is unexpected."
ATTRIBUTES = 'suite:graphics_per-day, suite:graphics_system, suite:pvs-graphics'
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = 'graphics'
TEST_TYPE = "client"
JOB_RETRIES = 2
DOC = """
Check that the reported kernel config has no unexpected state.
"""
job.run_test('graphics_KernelConfig')