summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs/conftest.py
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2025-04-13 10:55:05 +0200
committerTom Rini <trini@konsulko.com>2025-04-21 11:07:04 -0600
commit6696f144279f9ee588463ad645e1f0c9b555ba84 (patch)
tree2a21d669bfbaf592536fa42eb63a6e9f1d2c337e /test/py/tests/test_fs/conftest.py
parente5cbc3d2874ff5ec80f4a5c92b5db61769670d5f (diff)
test_fs: Test 'mv' command on exfat and fs_generic
Enable tests for the generic FS interface 'mv' command against both exfat and fs_generic. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'test/py/tests/test_fs/conftest.py')
-rw-r--r--test/py/tests/test_fs/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_fs/conftest.py b/test/py/tests/test_fs/conftest.py
index c73fb4abbcb..0205048e73a 100644
--- 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