1 # Copyright (c) 2011 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 = "kernel_ConfigVerify" 6 AUTHOR = "The Chromium OS Authors" 7 PURPOSE = "Verify various important CONFIG_* settings" 8 CRITERIA = "Fails if kernel config variables are in an unexpected state" 9 ATTRIBUTES = "suite:bvt-inline, suite:smoke" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "kernel" 13 TEST_TYPE = "client" 14 JOB_RETRIES = 2 15 16 DOC = """ 17 Checks that the reported CONFIG_* variables in /boot/config-$(uname -r) 18 contain expected values, and correctly lack unexpected settings. Several 19 are security related. 20 """ 21 22 job.run_test('kernel_ConfigVerify') 23