Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: client/site_tests/platform_CryptohomeFio/seq_write_verified

Issue 3412036: Basis for cryptohome+power_SuspendResume stress test. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: tweaks to test params Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698