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 AUTHOR = 'The Chromium OS Authors' 6 NAME = 'kernel_fs_Inplace' 7 DOC = ''' 8 Does inplace preads and pwrites. 9 ''' 10 ATTRIBUTES = "suite:bvt-perbuild" 11 SUITE = "bvt-perbuild" 12 TIME = 'SHORT' 13 TEST_CLASS = 'kernel' 14 TEST_CATEGORY = 'Performance' 15 TEST_TYPE = 'client' 16 17 job.run_test('kernel_fs_Inplace') 18