u-boot/test/py/tests/test_fs
Heinrich Schuchardt 29e5a2e959 fs: ext4: use fs_ls_generic
Now that opendir, readir, closedir are implemented for ext4 we can use
fs_ls_generic() for implementing the ls command.

Adjust the unit tests:

* fs_ls_generic() produces more spaces between file size and name.
* The ext4 specific message "** Can not find directory. **\n" is not
  written anymore.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2024-11-01 13:37:58 -06:00
..
test_squashfs efi_loader: Boot var automatic management 2023-11-18 10:08:08 +02:00
conftest.py test/py: Disable error E0611 in two cases for pylint 2023-12-09 15:59:13 -05:00
fstest_defs.py test: fs: Added tests for symlinks 2019-04-09 20:04:03 -04:00
fstest_helpers.py test.py: Disable fsck for FAT tests for now 2019-04-10 08:15:56 -04:00
test_basic.py fs: ext4: use fs_ls_generic 2024-11-01 13:37:58 -06:00
test_erofs.py efi_loader: Boot var automatic management 2023-11-18 10:08:08 +02:00
test_ext.py test: fs: Check fat short file name 2023-03-30 15:09:59 -04:00
test_fs_cmd.py test/py: test_fs: Correct the test case name 2022-05-26 10:27:14 -04:00
test_fs_fat.py test: fs: Add test to detect fat type 2023-11-28 20:10:25 -05:00
test_mkdir.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_symlink.py test: fs: Added tests for symlinks 2019-04-09 20:04:03 -04:00
test_unlink.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00