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