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