test/py: Add tests for LZO and ZSTD
authorJoao Marcos Costa <joaomarcos.costa@bootlin.com>
Tue, 18 Aug 2020 15:17:25 +0000 (17:17 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 Aug 2020 18:11:31 +0000 (14:11 -0400)
commit91f6c1ca2e4400f30b5faee04f1dd9001abd326f
tree4eb99641e923960e99f096b64ddc5614222c6594
parent6dfed163bd842bf98fd17875067bf8643819a879
test/py: Add tests for LZO and ZSTD

Improve SquashFS tests architecture. Add 'Compression' class. LZO
algorithm may crash if the file is fragmented, so the fragments are
disabled when testing LZO.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
test/py/tests/test_fs/test_squashfs/sqfs_common.py
test/py/tests/test_fs/test_squashfs/test_sqfs_load.py
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py