mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
208eb2a4dc
The previous strategy to know if a file was correctly loaded was to check for how many bytes were read and compare it against the file's original size. Since this is not a good solution, replace it by comparing the checksum of the loaded bytes against the original file's checksum. Add more test cases: files at a sub-directory and non-existent file. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> [on sandbox] Signed-off-by: Joao Marcos Costa <jmcosta944@gmail.com> |
||
---|---|---|
.. | ||
test_squashfs | ||
conftest.py | ||
fstest_defs.py | ||
fstest_helpers.py | ||
test_basic.py | ||
test_ext.py | ||
test_fs_cmd.py | ||
test_mkdir.py | ||
test_symlink.py | ||
test_unlink.py |