Searched refs:SMALL_FILE (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_basic.py | 29 assert(re.search('1048576 *%s' % SMALL_FILE, ''.join(output))) 50 '%ssize host 0:0 /%s' % (fs_type, SMALL_FILE), 58 '%ssize host 0:0 /SUBDIR/../%s' % (fs_type, SMALL_FILE), 87 '%sload host 0:0 %x /%s' % (fs_type, ADDR, SMALL_FILE), 228 '%sload host 0:0 %x /%s' % (fs_type, ADDR, SMALL_FILE), 230 % (fs_type, ADDR, SMALL_FILE)]) 236 '%sload host 0:0 %x /%s.w' % (fs_type, ADDR, SMALL_FILE), 267 '%sload host 0:0 %x /%s' % (fs_type, ADDR, SMALL_FILE), 269 % (fs_type, ADDR, SMALL_FILE)]) 276 '%sload host 0:0 %x /./%s2' % (fs_type, ADDR, SMALL_FILE), [all …]
|
H A D | fstest_defs.py | 7 SMALL_FILE='1MB.file' variable
|
H A D | conftest.py | 257 small_file = mount_dir + '/' + SMALL_FILE
|
/openbmc/u-boot/test/fs/ |
H A D | fs-test.sh | 42 SMALL_FILE="1MB.file" 55 MB1="${MOUNT_DIR}/${SMALL_FILE}" 549 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \ 555 check_results ${OUT_FILE}_clean $MD5_FILE_FS $SMALL_FILE \ 604 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE sb `pwd`/$MOUNT_DIR \ 609 check_results $OUT_FILE $MD5_FILE_FS $SMALL_FILE $BIG_FILE
|