1# Copyright (c) 2013 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 5AUTHOR = "jwerner, chromeos-power" 6NAME = "power_SuspendStress.video" 7ATTRIBUTES = "suite:stress_experimental" 8PURPOSE = "Run repeated iterations of suspend/resume while rendering a video." 9TIME = "MEDIUM" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "power" 12TEST_TYPE = "client" 13 14DOC = """ 15Runs eight minutes of suspend/resume cycles in the background of an OpenGL video. 16""" 17 18job.parallel([lambda: job.run_test('power_SuspendStress', tag='video', 19 duration=480, init_delay=20, min_suspend=7)], 20 [lambda: job.run_test('graphics_SanAngeles', creds='$default', 21 tag='power_SuspendStress', iterations=4)]) 22