[U-Boot] [PATCH] test/py: Add cmd_memory dependency back to test_mmc_wr

Michal Simek michal.simek at xilinx.com
Mon Aug 19 09:06:13 UTC 2019


Based on discussion with Stephen Warren there was recommendation to list
both memory and random command dependencies just in case that dependency is
not properly handled by Kconfig.

Fixes: a09c1f7e1c1b ("test/py: Fix MMC/SD block write test dependency")
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 test/py/tests/test_mmc_wr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/py/tests/test_mmc_wr.py b/test/py/tests/test_mmc_wr.py
index 7678c3c9c181..8b18781eac74 100644
--- a/test/py/tests/test_mmc_wr.py
+++ b/test/py/tests/test_mmc_wr.py
@@ -35,7 +35,7 @@ env__mmc_wr_configs = (
 
 """
 
- at pytest.mark.buildconfigspec('cmd_mmc','cmd_random')
+ at pytest.mark.buildconfigspec('cmd_mmc','cmd_memory', 'cmd_random')
 def test_mmc_wr(u_boot_console, env__mmc_wr_config):
     """Test the "mmc write" command.
 
-- 
2.17.1



More information about the U-Boot mailing list