[PATCH 04/15] test: Make test_bind_unbind_with_uclass() single-threaded
Simon Glass
sjg at chromium.org
Sun Aug 7 01:51:48 CEST 2022
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 at chromium.org>
---
test/py/tests/test_bind.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/py/tests/test_bind.py b/test/py/tests/test_bind.py
index c90c54d266f..1376ab5ed28 100644
--- 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')
+ at 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')
--
2.37.1.559.g78731f0fdb-goog
More information about the U-Boot
mailing list