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