diff options
author | Tom Rini <trini@konsulko.com> | 2025-06-26 17:18:33 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 17:18:33 -0600 |
commit | f2220962f9cb1366bfc003ec2cc5650499c68895 (patch) | |
tree | 9a4ac02e35547e920695c8b3ec254525685a98a6 /test/py | |
parent | 231b56fd9bb0c1dc9fdfadf03ff9a9538f75f1db (diff) | |
parent | d7aee0c5ce199190c37f422a82d1cd6095c928eb (diff) |
Merge patch series "sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default"
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says:
The sandbox is used for a lot of generic development, we should run the
UEFI tests there, too.
The TPM emulation on the sandbox is incomplete. Disable the TCG test on
sandbox.
Link: https://lore.kernel.org/r/20250617061945.9266-1-heinrich.schuchardt@canonical.com
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/tests/test_efi_selftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_efi_selftest.py b/test/py/tests/test_efi_selftest.py index 12cbe5caa9b..58dac72fd40 100644 --- a/test/py/tests/test_efi_selftest.py +++ b/test/py/tests/test_efi_selftest.py @@ -179,6 +179,7 @@ def test_efi_selftest_text_input_ex(ubman): @pytest.mark.buildconfigspec('cmd_bootefi_selftest') @pytest.mark.buildconfigspec('efi_tcg2_protocol') +@pytest.mark.notbuildconfigspec('sandbox') def test_efi_selftest_tcg2(ubman): """Test the EFI_TCG2 PROTOCOL |