git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5cbc3d
)
test_fs: Test 'mv' command on exfat and fs_generic
author
Marek Vasut
<marex@denx.de>
Sun, 13 Apr 2025 08:55:05 +0000
(10:55 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 21 Apr 2025 17:07:04 +0000
(11:07 -0600)
Enable tests for the generic FS interface 'mv' command against
both exfat and fs_generic.
Signed-off-by: Marek Vasut <marex@denx.de>
test/py/tests/test_fs/conftest.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_fs/conftest.py
b/test/py/tests/test_fs/conftest.py
index
c73fb4a
..
0205048
100644
(file)
--- a/
test/py/tests/test_fs/conftest.py
+++ b/
test/py/tests/test_fs/conftest.py
@@
-17,7
+17,7
@@
supported_fs_fat = ['fat12', 'fat16']
supported_fs_mkdir = ['fat12', 'fat16', 'fat32', 'exfat', 'fs_generic']
supported_fs_unlink = ['fat12', 'fat16', 'fat32', 'exfat', 'fs_generic']
supported_fs_symlink = ['ext4']
-supported_fs_rename = ['fat12', 'fat16', 'fat32']
+supported_fs_rename = ['fat12', 'fat16', 'fat32'
, 'exfat', 'fs_generic'
]
#
# Filesystem test specific setup