]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test/py: Add cmd_memory dependency back to test_mmc_wr
authorMichal Simek <michal.simek@xilinx.com>
Mon, 19 Aug 2019 09:06:13 +0000 (11:06 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 20 Aug 2019 16:20:33 +0000 (12:20 -0400)
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@xilinx.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_mmc_wr.py

index 7678c3c9c181e2dbbddbf48b315f60c4e6601850..8b18781eac74249a8ea178c40c068c396278f369 100644 (file)
@@ -35,7 +35,7 @@ env__mmc_wr_configs = (
 
 """
 
-@pytest.mark.buildconfigspec('cmd_mmc','cmd_random')
+@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.