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

'usb 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_usb.py