Chromium Code Reviews| Index: client/site_tests/platform_CryptohomeFio/seq_write_verified |
| diff --git a/client/site_tests/platform_CryptohomeFio/seq_write_verified b/client/site_tests/platform_CryptohomeFio/seq_write_verified |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..732221176aa8ff0fd96ed3d9513b1815cfa4a55e |
| --- /dev/null |
| +++ b/client/site_tests/platform_CryptohomeFio/seq_write_verified |
| @@ -0,0 +1,31 @@ |
| +; Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +; Use of this source code is governed by a BSD-style license that can be |
| +; found in the LICENSE file. |
| +; |
| +; A simulation of large sequential disk writes. |
| +; |
| + |
| +[seq_write_verified] |
| +; directory=${DIRNAME} |
| +filename=${FILENAME} |
| +size=${FILESIZE} |
| +overwrite=1 |
| +unlink=1 |
| + |
| +time_based |
| +runtime=${RUN_TIME} |
| +numjobs=1 |
| + |
| +ioengine=libaio |
| +iodepth=4 |
| + |
| +readwrite=write |
| +bs=1m |
| + |
| +; verify=crc32c-intel |
| +verify=crc32 |
| +verify_pattern=ecryptfs |
| +verify_backlog=1 |
| +verifysort=1 |
| +verify_fatal=1 |
| +verify_async=1 |