test/py: Add tests for the SquashFS commands
authorJoao Marcos Costa <joaomarcos.costa@bootlin.com>
Thu, 30 Jul 2020 13:33:52 +0000 (15:33 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 8 Aug 2020 02:31:32 +0000 (22:31 -0400)
commitf428e33b6bd7d01dc488534f59f56c4907c76b2f
tree568d560ea8778c1584699b47569111cf9b566163
parent02c366b5d5f7022e573732fbe7b80c199e934d4f
test/py: Add tests for the SquashFS commands

Add Python scripts to test 'ls' and 'load' commands. The scripts
generate a SquashFS image and clean the directory after the assertions,
or if an exception is raised.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
MAINTAINERS
configs/sandbox_defconfig
test/py/tests/test_fs/test_squashfs/sqfs_common.py [new file with mode: 0644]
test/py/tests/test_fs/test_squashfs/test_sqfs_load.py [new file with mode: 0644]
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py [new file with mode: 0644]