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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2010 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 TIME='LARGE'
6 AUTHOR = 'The Chromium OS Authors'
7 PURPOSE = 'Stress test the ecryptfs home directory across power state changes.'
8 CRITERIA = 'This test is a stress test. Expected success, no crashes.'
9 DOC = """
10 This test puts the client host through suspend/resume cycles.
11 """
12 NAME = 'platform_SuspendStress'
13 TIME = 'MEDIUM'
14 TEST_CLASS = 'platform'
15 TEST_CATEGORY = 'Stress'
16 TEST_TYPE = 'client'
17
18 # Run suspend/resume cycle for 5 minutes.
19 job.run_test('platform_SuspendStress', auto_start=True, runtime=300)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698