1AUTHOR = "kdlucas@chromium.org (Kelly Lucas)" 2DOC = "Verifies large qty of file creation on stateful and tmp partitions." 3NAME = "platform_FileNum" 4PURPOSE = "Verify a directory can contain a large number of files." 5CRITERIA = """ 6Fails if any of the following conditions is not met: 7 - /mnt/stateful_partition contains 100,000 files 8 - /tmp contains 1000 files 9""" 10TIME = "MEDIUM" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "platform" 13TEST_TYPE = "client" 14 15job.run_test('platform_FileNum') 16