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