Re: [PATCH] test/py: mmc: Add tests for MMC device

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 07:55:50PM +0530, Love Kumar wrote: > Add the test cases for mmc commands to test its various functionality > such as mmc list, dev, info, rescan, part, ls, load, and save. It also > adds different file systems cases such as fat32, ext2 and ext4. > > Signed-off-by: Love Ku

[PATCH] test/py: mmc: Add tests for MMC device

2024-01-19 Thread Love Kumar
Add the test cases for mmc commands to test its various functionality such as mmc list, dev, info, rescan, part, ls, load, and save. It also adds different file systems cases such as fat32, ext2 and ext4. Signed-off-by: Love Kumar --- test/py/tests/test_mmc.py | 671 +