blob: ad8cfc5d0c12ad6953b77a63075b07d9ae76dae8 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'kernel_fs_Inplace'
AUTHOR = 'The Chromium OS Authors'
SUITE = "kernel.per_build.regression"
TIME = 'SHORT'
TEST_CLASS = 'kernel'
TEST_CATEGORY = 'Performance'
TEST_TYPE = 'client'
DOC = '''
Does inplace preads and pwrites.
'''
job.run_test('kernel_fs_Inplace', tag='inplace',
dargs={'dir':'/tmp', 'scratch':'/tmp/.inplace'})
job.run_test('kernel_fs_Inplace', tag='ecrypt',
dargs={'dir':'/tmp', 'scratch':'/home/chronos/user/.ecrypt'})