[PATCH 07/15] test: Make test_efi_bootmgr() single-threaded

Simon Glass sjg at chromium.org
Sun Aug 7 01:51:51 CEST 2022


This test seems to fail when run in parallel. Mark it single-threaded to
avoid any problems.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py b/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py
index 75a6e7c9629..1bb59d8fcf8 100644
--- a/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py
+++ b/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py
@@ -7,6 +7,7 @@ import pytest
 @pytest.mark.boardspec('sandbox')
 @pytest.mark.buildconfigspec('cmd_efidebug')
 @pytest.mark.buildconfigspec('cmd_bootefi_bootmgr')
+ at pytest.mark.singlethread
 def test_efi_bootmgr(u_boot_console, efi_bootmgr_data):
     """ Unit test for UEFI bootmanager
     The efidebug command is used to set up UEFI load options.
-- 
2.37.1.559.g78731f0fdb-goog



More information about the U-Boot mailing list