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