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 5# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3. 6# For instructions on how to: go/tauto-py3-migration 7# To re-enable migrate to Python 3. 8# If the test is not migrated by 1/14/22 it will be deleted. 9 10AUTHOR = "jwerner, chromeos-power" 11NAME = "power_SuspendStress.idle" 12ATTRIBUTES = "suite:jailed_build" 13PURPOSE = "Run repeated iterations of idle-suspend." 14TIME = "MEDIUM" 15TEST_CATEGORY = "Functional" 16TEST_CLASS = "power" 17TEST_TYPE = "client" 18PY_VERSION = 3 19 20DOC = """ 21Runs eight minutes of suspend/resume tests where suspend is triggered by idling. 22""" 23 24job.parallel([lambda: job.run_test('power_SuspendStress', tag='idle', idle=True, 25 duration=480, init_delay=60, min_suspend=11)], 26 [lambda: job.run_test('stub_IdleSuspend')]) 27