summaryrefslogtreecommitdiff
path: root/test/py/tests/test_pinmux.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_pinmux.py')
-rw-r--r--test/py/tests/test_pinmux.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_pinmux.py b/test/py/tests/test_pinmux.py
index b3ae2ab024..794994e12d 100644
--- a/test/py/tests/test_pinmux.py
+++ b/test/py/tests/test_pinmux.py
@@ -68,6 +68,7 @@ def test_pinmux_dev(u_boot_console):
def test_pinmux_status(u_boot_console):
"""Test that 'pinmux status' displays selected pincontroller's pin
muxing descriptions."""
+ u_boot_console.run_command('pinmux dev pinctrl')
output = u_boot_console.run_command('pinmux status')
assert (not 'pinctrl-gpio:' in output)