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