]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8d96d889e704c6ad6b17b1e7948b0c6c09aabf52
tree3d62e8ad4d025f62e76d1ab579e3622e339f217a
parent683217e74338f8b27c8a284512c72c1ffa472c8e
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