fstest_defs.py 437 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0+
  2. # $MIN_FILE is the name of the 20KB file in the file system image
  3. MIN_FILE='testfile'
  4. # $SMALL_FILE is the name of the 1MB file in the file system image
  5. SMALL_FILE='1MB.file'
  6. # $MEDIUM_FILE is the name of the 10MB file in the file system image
  7. MEDIUM_FILE='10MB.file'
  8. # $BIG_FILE is the name of the 2.5GB file in the file system image
  9. BIG_FILE='2.5GB.file'
  10. ADDR=0x01000008
  11. LENGTH=0x00100000