projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc85d90
)
test: Make test_bind_unbind_with_uclass() single-threaded
author
Simon Glass
<sjg@chromium.org>
Sat, 6 Aug 2022 23:51:48 +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 rely on 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_bind.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_bind.py
b/test/py/tests/test_bind.py
index c90c54d266f34ca04aa2bb25b51328df491c335a..1376ab5ed28270e8ba45bb4eb4549b2d2c03de1a 100644
(file)
--- a/
test/py/tests/test_bind.py
+++ b/
test/py/tests/test_bind.py
@@
-119,6
+119,7
@@
def get_next_line(tree, name):
@pytest.mark.boardspec('sandbox')
@pytest.mark.buildconfigspec('cmd_bind')
+@pytest.mark.singlethread
def test_bind_unbind_with_uclass(u_boot_console):
#bind /bind-test
response = u_boot_console.run_command('bind /bind-test simple_bus')