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" 11SUITE = "bvt-perbuild" 12TIME = 'SHORT' 13TEST_CLASS = 'kernel' 14TEST_CATEGORY = 'Performance' 15TEST_TYPE = 'client' 16 17job.run_test('kernel_fs_Inplace') 18