Re: [U-Boot] [PATCH 3/5] test/py: mmc: Add 'mmc rescan' test

2019-03-18 Thread Simon Glass
On Thu, 14 Mar 2019 at 00:49, Marek Vasut wrote: > > Add test for 'mmc rescan' subcommand. This tests whether the > system can switch to a specific card and then rescan the card. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass > --- > test/py/tests/test_mmc_rd.py | 26

[U-Boot] [PATCH 3/5] test/py: mmc: Add 'mmc rescan' test

2019-03-13 Thread Marek Vasut
Add test for 'mmc rescan' subcommand. This tests whether the system can switch to a specific card and then rescan the card. Signed-off-by: Marek Vasut Cc: Tom Rini Cc: Simon Glass --- test/py/tests/test_mmc_rd.py | 26 ++ 1 file changed, 26 insertions(+) diff --git