blob: 2219058f131e68681417f5710a16fcbfec321083 [file] [log] [blame]
# Copyright (c) 2013 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_x86Registers"
PURPOSE = "Verify that CPU registers on x86 are set correctly."
CRITERIA = """
This test will fail if any of the security-related CPU registers aren't set
to expected values.
"""
TIME = "SHORT"
ATTRIBUTES = "suite:security"
TEST_CATEGORY = "Functional"
TEST_CLASS = "security"
TEST_TYPE = "client"
DOC = """
This test reads CPU MSRs to determine whether they have been set to the
expected values from a security standpoint. It also goes through a
suspend/resume cycle to re-verify the values once resumed.
"""
job.run_test('security_x86Registers')