1# Copyright (c) 2013 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_x86Registers" 7PURPOSE = "Verify that CPU registers on x86 are set correctly." 8CRITERIA = """ 9This test will fail if any of the security-related CPU registers aren't set 10to expected values. 11""" 12TIME = "SHORT" 13ATTRIBUTES = "suite:security" 14SUITE = "security" 15TEST_CATEGORY = "Functional" 16TEST_CLASS = "security" 17TEST_TYPE = "client" 18 19DOC = """ 20This test reads CPU MSRs to determine whether they have been set to the 21expected values from a security standpoint. It also goes through a 22suspend/resume cycle to re-verify the values once resumed. 23""" 24 25job.run_test('security_x86Registers') 26