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