test/py: mmc: Distinguish b/w ext2/ext4 partitions
authorLove Kumar <love.kumar@amd.com>
Tue, 12 Nov 2024 08:57:27 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Sun, 17 Nov 2024 19:14:13 +0000 (13:14 -0600)
commit87a9f499aba903dd73d32f1a082eb6a260c9000b
tree6c54d473dabdf80d0c6548fb0d02a45f92102179
parent4cc94e898a90dce0ff957fa623a336f153cfd0f4
test/py: mmc: Distinguish b/w ext2/ext4 partitions

'mmc part' command shows the partition maps and shows the partition type
by displaying number such as 0c, 83 etc. Observed that ext2 and ext4
partitions shows the same number, i.e, 83, so, using the fstype command
to distiniguish between ext2 and ext4 partitions.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_mmc.py