1# Copyright (c) 2012 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_Bootcache' 6AUTHOR = 'The Chromium OS Authors' 7ATTRIBUTES = "suite:kernel_per-build_regression" 8TIME = 'SHORT' 9TEST_CLASS = 'kernel' 10TEST_CATEGORY = 'Functional' 11TEST_TYPE = 'client' 12 13DOC = ''' 14Test the bootcache; 15 - Cache is built correctly 16 - Bad block mapping 17 - Corrupt header 18''' 19 20job.run_test('kernel_Bootcache', args=args) 21