blob: 1e93706696eb222b41fc1a6f6cb2bad9364e378a [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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = "Chrome OS Team"
NAME = "security_CpuVulnerabilities"
PURPOSE = "Ensure Chrome OS contains mitigations against CPU vulnerabilities."
CRITERIA = """
Passes when the kernel reports the appropriate mitigations against CPU
vulnerabilities.
"""
TIME = "SHORT"
ATTRIBUTES = "suite:bvt-perbuild"
TEST_CATEGORY = "Functional"
TEST_CLASS = "security"
TEST_TYPE = "client"
DOC = """
This test ensures that the kernel contains appropriate mitigations against CPU
vulnerabilities by checking what the kernel reports in
'/sys/devices/system/cpu/vulnerabilities'.
"""
job.run_test('security_CpuVulnerabilities')