test/py: add MMC/SD block write test
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 17 Jun 2019 15:49:21 +0000 (17:49 +0200)
committerPeng Fan <peng.fan@nxp.com>
Wed, 31 Jul 2019 07:31:36 +0000 (15:31 +0800)
commit09da18deab8b56524934c9d1050edaaf53e2e8ae
treef24a68218676f9ec71d441c0c87ad7bba718cb35
parentd0d07ba86afc8074d79e436b1ba4478fa0f0c1b5
test/py: add MMC/SD block write test

Add a standalone MMC block write test. This allows direct testing of MMC
access rather than relying on doing so as a side-effect of e.g. DFU or
UMS testing, which may not be enabled on all platforms.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_mmc_wr.py [new file with mode: 0644]