• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "Chrome OS Team"
6NAME = "security_CpuVulnerabilities"
7PURPOSE = "Ensure Chrome OS contains mitigations against CPU vulnerabilities."
8CRITERIA = """
9Passes when the kernel reports the appropriate mitigations against CPU
10vulnerabilities.
11"""
12TIME = "SHORT"
13ATTRIBUTES = "suite:bvt-perbuild"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "security"
16TEST_TYPE = "client"
17
18DOC = """
19This test ensures that the kernel contains appropriate mitigations against CPU
20vulnerabilities by checking what the kernel reports in
21'/sys/devices/system/cpu/vulnerabilities'.
22"""
23
24job.run_test('security_CpuVulnerabilities')
25