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

Unified Diff: client/site_tests/platform_SuspendStress/control

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_SuspendStress/control
diff --git a/client/site_tests/platform_SuspendStress/control b/client/site_tests/platform_SuspendStress/control
new file mode 100644
index 0000000000000000000000000000000000000000..cc85bf40e511888b4e68ff872add50211a802d85
--- /dev/null
+++ b/client/site_tests/platform_SuspendStress/control
@@ -0,0 +1,19 @@
+# Copyright (c) 2010 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.
+
+TIME='LARGE'
+AUTHOR = 'The Chromium OS Authors'
+PURPOSE = 'Stress test the ecryptfs home directory across power state changes.'
+CRITERIA = 'This test is a stress test. Expected success, no crashes.'
+DOC = """
+This test puts the client host through suspend/resume cycles.
+"""
+NAME = 'platform_SuspendStress'
+TIME = 'MEDIUM'
+TEST_CLASS = 'platform'
+TEST_CATEGORY = 'Stress'
+TEST_TYPE = 'client'
+
+# Run suspend/resume cycle for 5 minutes.
+job.run_test('platform_SuspendStress', auto_start=True, runtime=300)

Powered by Google App Engine
This is Rietveld 408576698