summaryrefslogtreecommitdiff
path: root/test/py/tests/test_usb.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_usb.py')
-rw-r--r--test/py/tests/test_usb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/py/tests/test_usb.py b/test/py/tests/test_usb.py
index 566d73b7c64..9bef883325f 100644
--- a/test/py/tests/test_usb.py
+++ b/test/py/tests/test_usb.py
@@ -580,6 +580,8 @@ def test_usb_load(u_boot_console):
elif fs in ['ext4', 'ext2']:
file, size, expected_crc32 = \
usb_ext4load_ext4write(u_boot_console, fs, x, part)
+ else:
+ raise Exception('Unsupported filesystem type %s' % fs)
offset = random.randrange(128, 1024, 128)
output = u_boot_console.run_command(