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 5PY_VERSION = 3 6NAME = "graphics_KernelConfig" 7AUTHOR = "The Chromium OS Authors" 8PURPOSE = "Verify various graphics kernel flags." 9CRITERIA = "Fails if kernel configuration is unexpected." 10ATTRIBUTES = 'suite:graphics_per-day, suite:graphics_system, suite:pvs-graphics' 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = 'graphics' 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17DOC = """ 18 Check that the reported kernel config has no unexpected state. 19""" 20 21job.run_test('graphics_KernelConfig') 22