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