test/py: mmc: Add 'mmc info' test
authorMarek Vasut <marek.vasut@gmail.com>
Wed, 13 Mar 2019 16:49:28 +0000 (17:49 +0100)
committerTom Rini <trini@konsulko.com>
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 <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_mmc_rd.py