aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/power_LowMemorySuspend/control
blob: 063fc5fb9aebd424bb12a9fa68453e631b5d9aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2018 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.

NAME = "power_LowMemorySuspend"
PURPOSE = "Low memory suspension tests."
CRITERIA = """Fails if system hang or reboot during this test."""
ATTRIBUTES = "suite:crosbolt_perf_weekly"
AUTHOR="Vovo Yang"
TIME = "LONG"
TEST_CATEGORY = "Stress"
TEST_CLASS = "power"
TEST_TYPE = "client"
EXTENDED_TIMEOUT = 4500
PY_VERSION = 3
DOC = """
This is a suspending stress test. It suspends the system many times
when memory is low. It simulates the memory fragmentation by creating
many tabs and cycling tabs.
"""

job.run_test('power_LowMemorySuspend')