• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 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
5AUTHOR = 'dkrahn'
6NAME = 'platform_BootLockbox'
7PURPOSE = 'Tests the boot lockbox mechanism.'
8CRITERIA = 'Fails if the lockbox mechanism does not function as expected.'
9TIME = 'SHORT'
10TEST_CATEGORY = 'Functional'
11TEST_CLASS = 'platform'
12TEST_TYPE = 'client'
13DEPENDENCIES = 'cleanup-reboot'
14BUG_TEMPLATE = {'owner': 'apronin@chromium.org'}
15JOB_RETRIES = 2
16
17DOC = """
18This test verifies that boot lockbox mechanism is functional.  It tests that
19lockbox data can be signed and verified before finalization but after
20finalization it can only be verified.  This test requires a reboot of the DUT
21before it runs so that it starts in a not-finalized state (thus the 'cleanup-
22reboot' dependency).
23"""
24
25job.run_test('platform_BootLockbox')
26