]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: rewrite common tools for SquashFS tests
authorJoao Marcos Costa <jmcosta944@gmail.com>
Wed, 30 Jun 2021 22:45:03 +0000 (19:45 -0300)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jul 2021 19:28:33 +0000 (15:28 -0400)
commit6f0e8c7400ebc7124e2ee149aec4c6e978ba7f9e
tree5039d91dbae22b87d79f004f52dcac0d1a6ed7c7
parentc0fce9b288ff17dd063b2f561ff360ed71e6b7af
test/py: rewrite common tools for SquashFS tests

Remove the previous OOP approach, which was confusing and incomplete.
Add more test cases by making SquashFS images with various options,
concerning file fragmentation and its compression. Add comments to
properly document the code.

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/py/tests/test_fs/test_squashfs/sqfs_common.py