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_fs_Inplace' 6AUTHOR = 'The Chromium OS Authors' 7ATTRIBUTES = "suite:kernel_per-build_regression" 8SUITE = "kernel_per-build_regression" 9TIME = 'SHORT' 10TEST_CLASS = 'kernel' 11TEST_CATEGORY = 'Performance' 12TEST_TYPE = 'client' 13 14DOC = ''' 15Does inplace preads and pwrites. 16''' 17 18job.run_test('kernel_fs_Inplace', tag='inplace', 19 dir='/tmp', scratch='/tmp/.inplace') 20job.run_test('kernel_fs_Inplace', tag='ecrypt', 21 dir='/tmp', scratch='/home/chronos/user/.ecrypt') 22