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 NAME = 'kernel_VbootContextEC' 6 AUTHOR = 'The Chromium OS Authors' 7 PURPOSE = 'Test access Vboot Context stored in EC' 8 CRITERIA = 'Fails if kernel could not read/write Vboot Context in EC' 9 ATTRIBUTES = "suite:kernel_per-build_regression" 10 TIME = 'SHORT' 11 TEST_CATEGORY = 'Functional' 12 TEST_CLASS = 'kernel' 13 TEST_TYPE = 'client' 14 15 DOC = ''' 16 Checks that kernel is able to read/write Vboot Context in EC. 17 ''' 18 19 job.run_test('kernel_VbootContextEC') 20