1 AUTHOR = "kdlucas (a] chromium.org, Kelly Lucas" 2 DOC = "Verifies large file creation on stateful and tmp partitions." 3 NAME = "platform_FileSize" 4 PURPOSE = "Verify that key filesystems support large file sizes." 5 CRITERIA = """ 6 Fails if any of the following fail: 7 - creating a 1gb file on the stateful_partition 8 - creatng a 100mb file on /tmp 9 """ 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "platform" 13 TEST_TYPE = "client" 14 15 job.run_test('platform_FileSize') 16