test/py: mmc: Add 'mmc info' test
authorMarek Vasut <[email protected]>
Wed, 13 Mar 2019 16:49:28 +0000 (17:49 +0100)
committerTom Rini <[email protected]>
Wed, 10 Apr 2019 00:04:05 +0000 (20:04 -0400)
commit4ffec8cdf5128b4333c16088f6d8cedb2b1fe285
tree3d62e8ad4d025f62e76d1ab579e3622e339f217a
parentce4b2cafa79c668c81c98d17725d4f4ffbbb2c21
test/py: mmc: Add 'mmc info' test

Add test for 'mmc info' subcommand. This tests whether the card
information is obtained correctly and verifies the device, bus
speed, bus mode and bus width.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
test/py/tests/test_mmc_rd.py