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