• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14DOC = """
15This is a suspending stress test. It suspends the system many times
16when memory is low. It simulates the memory fragmentation by creating
17many tabs and cycling tabs.
18"""
19
20job.run_test('power_LowMemorySuspend')
21