xref: /aosp_15_r20/external/autotest/client/site_tests/power_LowMemorySuspend/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2018 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
5NAME = "power_LowMemorySuspend"
6PURPOSE = "Low memory suspension tests."
7CRITERIA = """Fails if system hang or reboot during this test."""
8ATTRIBUTES = "suite:crosbolt_perf_weekly"
9AUTHOR="Vovo Yang"
10TIME = "LONG"
11TEST_CATEGORY = "Stress"
12TEST_CLASS = "power"
13TEST_TYPE = "client"
14EXTENDED_TIMEOUT = 4500
15PY_VERSION = 3
16DOC = """
17This is a suspending stress test. It suspends the system many times
18when memory is low. It simulates the memory fragmentation by creating
19many tabs and cycling tabs.
20"""
21
22job.run_test('power_LowMemorySuspend')
23