summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs/fstest_defs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_fs/fstest_defs.py')
-rw-r--r--test/py/tests/test_fs/fstest_defs.py3
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 5f107562d95..35b2bb65183 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'