diff options
author | Joao Marcos Costa | 2020-07-30 15:33:52 +0200 |
---|---|---|
committer | Tom Rini | 2020-08-07 22:31:32 -0400 |
commit | f428e33b6bd7d01dc488534f59f56c4907c76b2f (patch) | |
tree | 568d560ea8778c1584699b47569111cf9b566163 /MAINTAINERS | |
parent | 02c366b5d5f7022e573732fbe7b80c199e934d4f (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8ec6c5db810..b12074ff3f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -975,6 +975,7 @@ S: Maintained F: fs/squashfs/ F: include/sqfs.h F: cmd/sqfs.c +F: test/py/tests/test_fs/test_squashfs/ TARGET_BCMNS3 M: Bharat Gooty <bharat.gooty@broadcom.com> |