On Tue, Feb 08, 2022 at 10:05:13PM +0800, Huang Jianan wrote: > Add Python scripts to test 'ls' and 'load' commands, as well as > test related filesystem functions. > > Signed-off-by: Huang Jianan > --- > MAINTAINERS | 1 + > configs/sandbox_defconfig | 1 + > test/py/tests/test_fs/test_erofs.py | 211 ++++++++++++++++++++++++++++ > 3 files changed, 213 insertions(+) > create mode 100644 test/py/tests/test_fs/test_erofs.py Please update tools/docker/Dockerfile so that we can run these in CI as well, thanks. -- Tom