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