]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: mmc: Add tests for MMC device
authorLove Kumar <love.kumar@amd.com>
Fri, 19 Jan 2024 14:25:50 +0000 (19:55 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 15:31:24 +0000 (10:31 -0500)
commit6c509cab6a0a5dee70ae324ebc983ba34b76ca13
tree2da644859d6e28d2ac8c572698527c92ccc6974c
parenta0d9432c4dee1f0aea52aec0901fd542cb3eeb20
test/py: mmc: Add tests for MMC device

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 <love.kumar@amd.com>
test/py/tests/test_mmc.py [new file with mode: 0644]