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" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "security" 16TEST_TYPE = "client" 17 18DOC = """ 19This test reads CPU MSRs to determine whether they have been set to the 20expected values from a security standpoint. It also goes through a 21suspend/resume cycle to re-verify the values once resumed. 22""" 23 24job.run_test('security_x86Registers') 25