projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c620ea4
)
test: Make test_sqfs_ls() single-threaded
author
Simon Glass
<sjg@chromium.org>
Sat, 6 Aug 2022 23:51:50 +0000
(17:51 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000
(18:06 -0400)
This test seems to interfere with the other test in this file. Mark it
single-threaded to avoid any problems.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
b/test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
index 9eb00d6888f86dea53f2944bd711e371886b5493..527a556ed8099dc9532c44c3d1e698e56be46ec8 100644
(file)
--- a/
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
+++ b/
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
@@
-105,6
+105,7
@@
def sqfs_run_all_ls_tests(u_boot_console):
@pytest.mark.buildconfigspec('cmd_squashfs')
@pytest.mark.buildconfigspec('fs_squashfs')
@pytest.mark.requiredtool('mksquashfs')
+@pytest.mark.singlethread
def test_sqfs_ls(u_boot_console):
""" Executes the sqfsls test suite.