forked from OERV-BSP/u-boot
test: disable TCG test on sandbox
The TPM emulation on the sandbox is incomplete.
Even basic tcg2 functionality like get_capability() fails:
lib/efi_selftest/efi_selftest_tcg2.c(886):
ERROR: get_manufacturer_id buffer too small failed
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
committed by
Tom Rini
parent
5d7e003248
commit
615620479e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user