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