1NAME = "platform_MemoryPressure" 2PURPOSE = "Verify tab discarding occurs and is sane." 3CRITERIA = """ 4This test tracks both functionality and performance. 5The test fails if it times out or if the kernel crashes. 6TODO: should also check how many OOM-kills occur. 7""" 8ATTRIBUTES = "suite:power_daily" 9 10AUTHOR="Luigi Semenzato" 11TIME = "LONG" 12TEST_CATEGORY = "General" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15DOC = """ 16 This test opens live tabs and cycles through them until a tab discard occurs. 17""" 18 19job.run_test('platform_MemoryPressure', flavor='realistic') 20