diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-27 08:48:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-27 08:48:47 -0400 |
commit | 0fdc468b069b09bf176fe0255f3ef88f88ef3be0 (patch) | |
tree | 6d64f247c0585aab38adf27f6b164493f569cdef /test/py/tests/test_fs/test_fs_cmd.py | |
parent | 661f5400754750df4104b6466942c8b62897340d (diff) | |
parent | d64ac8549d97cfc37bd629a60f0d502bcd3ee9c7 (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.py | 2 |
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 |