]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - test/py/tests/test_mmc_wr.py
test/py: Fix MMC/SD block write test dependency
[thirdparty/u-boot.git] / test / py / tests / test_mmc_wr.py
index 601279a6a4a35aae851094f5a0e0c7008516adb0..7678c3c9c181e2dbbddbf48b315f60c4e6601850 100644 (file)
@@ -35,7 +35,7 @@ env__mmc_wr_configs = (
 
 """
 
-@pytest.mark.buildconfigspec('cmd_mmc','cmd_memory')
+@pytest.mark.buildconfigspec('cmd_mmc','cmd_random')
 def test_mmc_wr(u_boot_console, env__mmc_wr_config):
     """Test the "mmc write" command.