summaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-11-15 20:13:10 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-11-30 11:23:37 +0300
commit617270b97ba9d930cf830f41472053ac195a80d4 (patch)
treedb90c6c982c0da1175de1364b8bdffae9e6063a0 /test/py
parent9d2465347c7cc6997c58409083c8ba18888cc9aa (diff)
downloadu-boot-617270b97ba9d930cf830f41472053ac195a80d4.tar.xz
configs: enable CMD_TPM on QEMU ARM
With TPM emulation enabled in u-boot-test-hooks we should also provide the tpm2 command used for the test/py/tests/test_tpm2.py test. One of the Python TPMv2 tests expects sandbox specific values. So disable it on other platforms. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'test/py')
-rw-r--r--test/py/tests/test_tpm2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_tpm2.py b/test/py/tests/test_tpm2.py
index 7c89f5f293..d2ad6f9e73 100644
--- a/test/py/tests/test_tpm2.py
+++ b/test/py/tests/test_tpm2.py
@@ -186,6 +186,7 @@ def test_tpm2_change_auth(u_boot_console):
u_boot_console.run_command('tpm2 clear TPM2_RH_PLATFORM')
assert output.endswith('0')
+@pytest.mark.buildconfigspec('sandbox')
@pytest.mark.buildconfigspec('cmd_tpm_v2')
def test_tpm2_get_capability(u_boot_console):
"""Execute a TPM_GetCapability command.