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