summaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-20 21:40:12 -0400
committerTom Rini <trini@konsulko.com>2019-08-20 21:40:12 -0400
commit1e60ccd94318fb86610e1e28512b2aaac5f4b069 (patch)
tree0f0c94502ee6c35a35bf469cc4cdd256b13dcaa5 /test/py
parent000fc151150150c36c58f6d8e8d2e27d3b668a7d (diff)
parent4f23d245112bd17898fda5601662d725d8aed9f9 (diff)
Merge branch '2019-08-20-master-imports'
- Assorted bugfixes
Diffstat (limited to 'test/py')
-rw-r--r--test/py/tests/test_mmc_wr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_mmc_wr.py b/test/py/tests/test_mmc_wr.py
index 7678c3c9c1..8b18781eac 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 = (
"""
-@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.