Home | History | Annotate | Download | only in platform_LowMemoryTest
      1 NAME = "platform_LowMemoryTest.form"
      2 PURPOSE = "Tab discarding functional tests with forms."
      3 CRITERIA = """Failed if oom-kill is invoked."""
      4 ATTRIBUTES = "suite:crosbolt_perf_nightly"
      5 AUTHOR="Vovo Yang"
      6 TIME = "SHORT"
      7 TEST_CATEGORY = "Functional"
      8 TEST_CLASS = "platform"
      9 TEST_TYPE = "client"
     10 DOC = """
     11 This is a low memory policy functional test. It creates several web page
     12 with random javascript data and a form with pending data.
     13 """
     14 
     15 job.run_test('platform_LowMemoryTest', flavor='form')
     16