summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs/test_fs_cmd.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-27 08:48:47 -0400
committerTom Rini <trini@konsulko.com>2022-05-27 08:48:47 -0400
commit0fdc468b069b09bf176fe0255f3ef88f88ef3be0 (patch)
tree6d64f247c0585aab38adf27f6b164493f569cdef /test/py/tests/test_fs/test_fs_cmd.py
parent661f5400754750df4104b6466942c8b62897340d (diff)
parentd64ac8549d97cfc37bd629a60f0d502bcd3ee9c7 (diff)
Merge branch '2022-05-26-assorted-fixes'
- Fixes for pytest timeout in CI, missing dependency on PCI for the e1000 driver, fix for CVE-2022-30767 (NFS), TI K3 AM642 DTS bugfix, MAINTAINERS updates, mksquashfs version check fix.
Diffstat (limited to 'test/py/tests/test_fs/test_fs_cmd.py')
-rw-r--r--test/py/tests/test_fs/test_fs_cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_fs/test_fs_cmd.py b/test/py/tests/test_fs/test_fs_cmd.py
index ba39a53159e..700cf3591de 100644
--- a/test/py/tests/test_fs/test_fs_cmd.py
+++ b/test/py/tests/test_fs/test_fs_cmd.py
@@ -6,7 +6,7 @@ import pytest
@pytest.mark.boardspec('sandbox')
@pytest.mark.buildconfigspec('cmd_fs_generic')
-def test_dm_compat(u_boot_console):
+def test_fstypes(u_boot_console):
"""Test that `fstypes` prints a result which includes `sandbox`."""
output = u_boot_console.run_command('fstypes')
assert "Supported filesystems:" in output