From: Simon Glass Date: Sat, 6 Aug 2022 23:51:51 +0000 (-0600) Subject: test: Make test_efi_bootmgr() single-threaded X-Git-Tag: v2023.07~312^2~21^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1f620eb4f3a05505452cfe2a297aca6d77c2df7;p=platform%2Fkernel%2Fu-boot.git test: Make test_efi_bootmgr() single-threaded This test seems to fail when run in parallel. Mark it single-threaded to avoid any problems. Signed-off-by: Simon Glass --- 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 75a6e7c..1bb59d8 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') +@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.