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