• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_per-build_regression"
10SUITE = 'kernel_per-build_regression'
11TIME = 'SHORT'
12TEST_CATEGORY = 'Functional'
13TEST_CLASS = 'kernel'
14TEST_TYPE = 'client'
15
16DOC = '''
17    Checks that kernel is able to read/write Vboot Context in EC.
18'''
19
20job.run_test('kernel_VbootContextEC')
21