1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
492 B

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