test: disable TCG test on sandbox
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 17 Jun 2025 06:19:44 +0000 (08:19 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 23:18:29 +0000 (17:18 -0600)
commit615620479e31a319b94c1cb6a57d8781ec6593ba
tree282fe5d6aa0923f651a2c3f4f7d354515f17a7b5
parent5d7e003248ae836cbcc2b4c254901c1d85c85537
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>
test/py/tests/test_efi_selftest.py