diff options
author | Tom Rini <trini@konsulko.com> | 2019-04-10 08:18:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-10 08:18:18 -0400 |
commit | 48ff1bc4f0a97c3291d0c87c2717fc1d79da5ef5 (patch) | |
tree | 52c7f1f8b5f402e48fffbf4cc823da0f9f4d980c /test/py/tests/test_fs/fstest_defs.py | |
parent | 4c24dab391003b99b1e0784fd41fe756cb07039e (diff) | |
parent | 0a8406602ae5f234f3f670ab59628673cc52ff4d (diff) |
Merge branch '2019-04-09-master-imports-fs'
- test.py tests for mmc
- ext4 symlink support and other fixes
- ext4 block group descriptor sizing
Diffstat (limited to 'test/py/tests/test_fs/fstest_defs.py')
-rw-r--r-- | test/py/tests/test_fs/fstest_defs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/py/tests/test_fs/fstest_defs.py b/test/py/tests/test_fs/fstest_defs.py index 5f107562d9..35b2bb6518 100644 --- a/test/py/tests/test_fs/fstest_defs.py +++ b/test/py/tests/test_fs/fstest_defs.py @@ -6,6 +6,9 @@ MIN_FILE='testfile' # $SMALL_FILE is the name of the 1MB file in the file system image SMALL_FILE='1MB.file' +# $MEDIUM_FILE is the name of the 10MB file in the file system image +MEDIUM_FILE='10MB.file' + # $BIG_FILE is the name of the 2.5GB file in the file system image BIG_FILE='2.5GB.file' |