xref: /aosp_15_r20/external/autotest/client/site_tests/platform_FileNum/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1AUTHOR = "[email protected] (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"
14PY_VERSION = 3
15
16job.run_test('platform_FileNum')
17