summaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-07 02:51:48 +0300
committerTom Rini <trini@konsulko.com>2022-09-13 01:06:36 +0300
commit78ac0deafd8d39c17d5ffa1cd64cd5f4ccb7193c (patch)
treed1035cb92135dab986b02c51a4dea4d83b8fe6fa /test/py
parentcc85d905cd28581ccad51f1f4579962ee08989ae (diff)
downloadu-boot-78ac0deafd8d39c17d5ffa1cd64cd5f4ccb7193c.tar.xz
test: Make test_bind_unbind_with_uclass() single-threaded
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>
Diffstat (limited to 'test/py')
-rw-r--r--test/py/tests/test_bind.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_bind.py b/test/py/tests/test_bind.py
index c90c54d266..1376ab5ed2 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')
+@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')